Home
last modified time | relevance | path

Searched refs:OP_PCLID_RSADEC_PRVKEY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/crypto/caam/
H A Dpkc_desc.c35 append_operation(desc, OP_TYPE_UNI_PROTOCOL | OP_PCLID_RSADEC_PRVKEY | in init_rsa_priv_f1_desc()
52 append_operation(desc, OP_TYPE_UNI_PROTOCOL | OP_PCLID_RSADEC_PRVKEY | in init_rsa_priv_f2_desc()
71 append_operation(desc, OP_TYPE_UNI_PROTOCOL | OP_PCLID_RSADEC_PRVKEY | in init_rsa_priv_f3_desc()
H A Ddesc.h455 #define OP_PCLID_RSADEC_PRVKEY (0x19 << OP_PCLID_SHIFT) macro