mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 12:57:07 +07:00
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
|
RsaKey ::= SEQUENCE {
|
||
|
n INTEGER ({ rsa_get_n }),
|
||
|
e INTEGER ({ rsa_get_e }),
|
||
|
d INTEGER ({ rsa_get_d })
|
||
|
}
|