Merge tag 'upstream-3.18-rc1-v2' of git://git.infradead.org/linux-ubifs
[sfrench/cifs-2.6.git] / crypto / asymmetric_keys / x509_rsakey.asn1
1 RSAPublicKey ::= SEQUENCE {
2         modulus                 INTEGER ({ rsa_extract_mpi }),  -- n
3         publicExponent          INTEGER ({ rsa_extract_mpi })   -- e
4         }