]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/crypto/qat/qat_common/qat_rsakey.asn1
Merge branch 'next' into for-linus
[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 }