aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/qat/qat_common/qat_rsakey.asn1
blob: 97b0e02b600a70368593d65dbc51950c90dd486e (plain)
1
2
3
4
5
RsaKey ::= SEQUENCE {
	n INTEGER ({ qat_rsa_get_n }),
	e INTEGER ({ qat_rsa_get_e }),
	d INTEGER ({ qat_rsa_get_d })
}