OSDN Git Service

drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()
[android-x86/kernel.git] / crypto / rsapubkey.asn1
1 RsaPubKey ::= SEQUENCE {
2         n INTEGER ({ rsa_get_n }),
3         e INTEGER ({ rsa_get_e })
4 }