Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[linux-2.6/btrfs-unstable.git] / crypto / asymmetric_keys / x509_rsakey.asn1
blob4ec7cc6532c1177e42b6d8d592a362491f13e69d
1 RSAPublicKey ::= SEQUENCE {
2         modulus                 INTEGER ({ rsa_extract_mpi }),  -- n
3         publicExponent          INTEGER ({ rsa_extract_mpi })   -- e
4         }