mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-24 03:52:22 +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 })
|
||
|
}
|