Home
last modified time | relevance | path

Searched refs:OP_ALG_ALGSEL_SHIFT (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/crypto/caam/
Ddesc.h1118 #define OP_ALG_ALGSEL_SHIFT 16 macro
1119 #define OP_ALG_ALGSEL_MASK (0xff << OP_ALG_ALGSEL_SHIFT)
1120 #define OP_ALG_ALGSEL_SUBMASK (0x0f << OP_ALG_ALGSEL_SHIFT)
1121 #define OP_ALG_ALGSEL_AES (0x10 << OP_ALG_ALGSEL_SHIFT)
1122 #define OP_ALG_ALGSEL_DES (0x20 << OP_ALG_ALGSEL_SHIFT)
1123 #define OP_ALG_ALGSEL_3DES (0x21 << OP_ALG_ALGSEL_SHIFT)
1124 #define OP_ALG_ALGSEL_ARC4 (0x30 << OP_ALG_ALGSEL_SHIFT)
1125 #define OP_ALG_ALGSEL_MD5 (0x40 << OP_ALG_ALGSEL_SHIFT)
1126 #define OP_ALG_ALGSEL_SHA1 (0x41 << OP_ALG_ALGSEL_SHIFT)
1127 #define OP_ALG_ALGSEL_SHA224 (0x42 << OP_ALG_ALGSEL_SHIFT)
[all …]
Dcaamhash.c550 OP_ALG_ALGSEL_SHIFT] * 2; in ahash_setkey()
1793 OP_ALG_ALGSEL_SHIFT]; in caam_hash_cra_init()
Dcaamalg.c1298 OP_ALG_ALGSEL_SHIFT] * 2; in aead_setkey()