]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/crypto/qat/qat_common/qat_rsakey.asn1
ALSA: hda - Apply pin fixup for HP ProBook 6550b
[karo-tx-linux.git] / drivers / crypto / qat / qat_common / qat_rsakey.asn1
1 RsaKey ::= SEQUENCE {
2         n INTEGER ({ qat_rsa_get_n }),
3         e INTEGER ({ qat_rsa_get_e }),
4         d INTEGER ({ qat_rsa_get_d })
5 }