Cross Reference: qat_rsapubkey.asn1
xref
: /
linux-4.4.14
/
drivers
/
crypto
/
qat
/
qat_common
/
qat_rsapubkey.asn1
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/linux-4.4.14/drivers/crypto/qat/qat_common/
1
RsaPubKey ::= SEQUENCE {
2
n INTEGER ({ qat_rsa_get_n }),
3
e INTEGER ({ qat_rsa_get_e })
4
}
5