mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
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>
4 lines
82 B
Groff
4 lines
82 B
Groff
RsaPubKey ::= SEQUENCE {
|
|
n INTEGER ({ rsa_get_n }),
|
|
e INTEGER ({ rsa_get_e })
|
|
}
|