xref: /openbmc/linux/crypto/rsapubkey.asn1 (revision c2dea0bc53397166a77811d9b66928643a83d6f3)
1RsaPubKey ::= SEQUENCE {
2	n INTEGER ({ rsa_get_n }),
3	e INTEGER ({ rsa_get_e })
4}
5