Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
e612b4a7db4ae1dd8c2bbe171e10c21723de95b2
/
.
/
crypto
/
rsakey.asn1
blob: 3c7b5df7b42896c01bbaf2b623c5f1305ff1eb5e [
file
] [
log
] [
blame
]
RsaKey
::=
SEQUENCE
{
n INTEGER
({
rsa_get_n
}),
e INTEGER
({
rsa_get_e
}),
d INTEGER
({
rsa_get_d
})
}