Home
last modified time | relevance | path

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

/external/u-boot/drivers/crypto/fsl/
Djobdesc.c168 append_operation(desc, OP_TYPE_ENCAP_PROTOCOL | OP_PCLID_BLOB | in inline_cnstr_jobdesc_blob_dek()
229 append_operation(desc, OP_TYPE_ENCAP_PROTOCOL | OP_PCLID_BLOB); in inline_cnstr_jobdesc_blob_encap()
252 append_operation(desc, OP_TYPE_DECAP_PROTOCOL | OP_PCLID_BLOB); in inline_cnstr_jobdesc_blob_decap()
Ddesc.h435 #define OP_PCLID_BLOB (0x0d << OP_PCLID_SHIFT) macro