]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/crypto/qat/qat_common/qat_rsakey.asn1
Merge commit 'b8c93646fd5c' into omap-for-v4.3/fixes
[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 }