x86/mm/mtrr: Mark the 'range_new' static variable in mtrr_calc_range_state() as __ini...
[cascardo/linux.git] / crypto / rsapubkey.asn1
1 RsaPubKey ::= SEQUENCE {
2         n INTEGER ({ rsa_get_n }),
3         e INTEGER ({ rsa_get_e })
4 }