Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
81233abf7344d6372cf8602c491d3194cd5df973
/
.
/
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
}