OSDN Git Service

ata: ahci_brcmstb: Fix warnings with CONFIG_PM_SLEEP=n
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / crypto / rsakey.asn1
1 RsaKey ::= SEQUENCE {
2         n INTEGER ({ rsa_get_n }),
3         e INTEGER ({ rsa_get_e }),
4         d INTEGER ({ rsa_get_d })
5 }