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