]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - crypto/asymmetric_keys/x509_rsakey.asn1
Merge branch 'v4l_for_linus' into to_next
[karo-tx-linux.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         }