mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 00:50:50 +07:00
5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
|
RsaPubKey ::= SEQUENCE {
|
||
|
n INTEGER ({ rsa_get_n }),
|
||
|
e INTEGER ({ rsa_get_e })
|
||
|
}
|