Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/crypto/fsl/
H A Ddesc.h419 #define OP_TYPE_SHIFT 24 macro
420 #define OP_TYPE_MASK (0x07 << OP_TYPE_SHIFT)
422 #define OP_TYPE_UNI_PROTOCOL (0x00 << OP_TYPE_SHIFT)
423 #define OP_TYPE_PK (0x01 << OP_TYPE_SHIFT)
424 #define OP_TYPE_CLASS1_ALG (0x02 << OP_TYPE_SHIFT)
425 #define OP_TYPE_CLASS2_ALG (0x04 << OP_TYPE_SHIFT)
426 #define OP_TYPE_DECAP_PROTOCOL (0x06 << OP_TYPE_SHIFT)
427 #define OP_TYPE_ENCAP_PROTOCOL (0x07 << OP_TYPE_SHIFT)
/openbmc/linux/drivers/crypto/caam/
H A Ddesc.h427 #define OP_TYPE_SHIFT 24 macro
428 #define OP_TYPE_MASK (0x07 << OP_TYPE_SHIFT)
430 #define OP_TYPE_UNI_PROTOCOL (0x00 << OP_TYPE_SHIFT)
431 #define OP_TYPE_PK (0x01 << OP_TYPE_SHIFT)
432 #define OP_TYPE_CLASS1_ALG (0x02 << OP_TYPE_SHIFT)
433 #define OP_TYPE_CLASS2_ALG (0x04 << OP_TYPE_SHIFT)
434 #define OP_TYPE_DECAP_PROTOCOL (0x06 << OP_TYPE_SHIFT)
435 #define OP_TYPE_ENCAP_PROTOCOL (0x07 << OP_TYPE_SHIFT)