mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-25 02:54:44 +08:00
5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
|
RsaPubKey ::= SEQUENCE {
|
||
|
n INTEGER ({ rsa_get_n }),
|
||
|
e INTEGER ({ rsa_get_e })
|
||
|
}
|