Home
last modified time | relevance | path

Searched refs:OP_ALG_AAI_SHIFT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/crypto/caam/
H A Ddesc.h1174 #define OP_ALG_AAI_SHIFT 4 macro
1194 #define OP_ALG_AAI_CBC (0x10 << OP_ALG_AAI_SHIFT)
1195 #define OP_ALG_AAI_ECB (0x20 << OP_ALG_AAI_SHIFT)
1196 #define OP_ALG_AAI_CFB (0x30 << OP_ALG_AAI_SHIFT)
1197 #define OP_ALG_AAI_OFB (0x40 << OP_ALG_AAI_SHIFT)
1198 #define OP_ALG_AAI_XTS (0x50 << OP_ALG_AAI_SHIFT)
1201 #define OP_ALG_AAI_CCM (0x80 << OP_ALG_AAI_SHIFT)
1202 #define OP_ALG_AAI_GCM (0x90 << OP_ALG_AAI_SHIFT)
1206 #define OP_ALG_AAI_DK (0x100 << OP_ALG_AAI_SHIFT)
1240 #define OP_ALG_AAI_F8 (0xc0 << OP_ALG_AAI_SHIFT)
[all …]
H A Dctrl.c42 (handle << OP_ALG_AAI_SHIFT) | OP_ALG_AS_INIT | in build_instantiation_desc()
78 (handle << OP_ALG_AAI_SHIFT) | OP_ALG_AS_INITFINAL); in build_deinstantiation_desc()
/openbmc/u-boot/drivers/crypto/fsl/
H A Ddesc.h490 #define OP_ALG_AAI_SHIFT 4 macro
491 #define OP_ALG_AAI_MASK (0x1ff << OP_ALG_AAI_SHIFT)
494 #define OP_ALG_AAI_RNG (0x00 << OP_ALG_AAI_SHIFT)
495 #define OP_ALG_AAI_RNG_NZB (0x10 << OP_ALG_AAI_SHIFT)
496 #define OP_ALG_AAI_RNG_OBP (0x20 << OP_ALG_AAI_SHIFT)
501 #define OP_ALG_AAI_RNG4_PS (0x40 << OP_ALG_AAI_SHIFT)
502 #define OP_ALG_AAI_RNG4_AI (0x80 << OP_ALG_AAI_SHIFT)
503 #define OP_ALG_AAI_RNG4_SK (0x100 << OP_ALG_AAI_SHIFT)
506 #define OP_ALG_AAI_HASH (0x00 << OP_ALG_AAI_SHIFT)
507 #define OP_ALG_AAI_HMAC (0x01 << OP_ALG_AAI_SHIFT)
[all …]
H A Djobdesc.c267 (handle << OP_ALG_AAI_SHIFT) | OP_ALG_AS_INIT); in inline_cnstr_jobdesc_rng_instantiation()