9b933bf6f4
Imported from linux kernel v5.3: rsapubkey.asn1 without changes rsa.h without changes rsa_helper.c with changes marked as __UBOOT__ Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
5 lines
82 B
Groff
5 lines
82 B
Groff
RsaPubKey ::= SEQUENCE {
|
|
n INTEGER ({ rsa_get_n }),
|
|
e INTEGER ({ rsa_get_e })
|
|
}
|