Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[linux-drm-fsl-dcu.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         }