Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
3be7f32878e742cf3c17b435c90e198862457706
/
.
/
crypto
/
rsakey.asn1
blob: 3c7b5df7b42896c01bbaf2b623c5f1305ff1eb5e [
file
] [
log
] [
blame
]
Tadeusz Struk
cfc2bb3
2015-06-16 10:31:01 -0700
[
diff
] [
blame
]
1
RsaKey
::=
SEQUENCE
{
2
n INTEGER
({
rsa_get_n
}),
3
e INTEGER
({
rsa_get_e
}),
4
d INTEGER
({
rsa_get_d
})
5
}