xref
: /
linux
/
crypto
/
rsapubkey.asn1
(revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
RsaPubKey ::= SEQUENCE {
2
n INTEGER ({ rsa_get_n }),
3
e INTEGER ({ rsa_get_e })
4
}
5