Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
6d3914f9c1f6df21b46a544e0e5419de4d9888b4
/
.
/
lib
/
crypto
/
rsapubkey.asn1
blob: 725498e461d25fa46706b62810eaea88a2d645c0 [
file
] [
log
] [
blame
]
AKASHI Takahiro
9b933bf
2019-11-13 09:44:59 +0900
[
diff
] [
blame
]
1
RsaPubKey
::=
SEQUENCE
{
2
n INTEGER
({
rsa_get_n
}),
3
e INTEGER
({
rsa_get_e
})
4
}