Merge tag 'mmc-v4.4-rc1' of git://git.linaro.org/people/ulf.hansson/mmc
[deliverable/linux.git] / crypto / rsaprivkey.asn1
CommitLineData
22287b0b
TS
1RsaPrivKey ::= SEQUENCE {
2 version INTEGER,
3 n INTEGER ({ rsa_get_n }),
4 e INTEGER ({ rsa_get_e }),
5 d INTEGER ({ rsa_get_d }),
6 prime1 INTEGER,
7 prime2 INTEGER,
8 exponent1 INTEGER,
9 exponent2 INTEGER,
10 coefficient INTEGER
11}
This page took 0.047684 seconds and 5 git commands to generate.