mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
6 lines
107 B
Text
6 lines
107 B
Text
|
RsaKey ::= SEQUENCE {
|
||
|
n INTEGER ({ rsa_get_n }),
|
||
|
e INTEGER ({ rsa_get_e }),
|
||
|
d INTEGER ({ rsa_get_d })
|
||
|
}
|