Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.6 11 lines 316 B view raw
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 ({ rsa_get_p }), 7 prime2 INTEGER ({ rsa_get_q }), 8 exponent1 INTEGER ({ rsa_get_dp }), 9 exponent2 INTEGER ({ rsa_get_dq }), 10 coefficient INTEGER ({ rsa_get_qinv }) 11}