]> git.karo-electronics.de Git - linux-beck.git/blob - crypto/asymmetric_keys/x509_rsakey.asn1
f2fs: mark gc_thread as NULL when thread creation is failed
[linux-beck.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         }