Symbol: OP_ALG_ALGSEL_SHIFT
drivers/crypto/caam/caamalg_qi2.c
4609
OP_ALG_ALGSEL_SHIFT];
drivers/crypto/caam/caamhash.c
1818
OP_ALG_ALGSEL_SHIFT];
drivers/crypto/caam/desc.h
1159
#define OP_ALG_ALGSEL_MASK (0xff << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1160
#define OP_ALG_ALGSEL_SUBMASK (0x0f << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1161
#define OP_ALG_ALGSEL_AES (0x10 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1162
#define OP_ALG_ALGSEL_DES (0x20 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1163
#define OP_ALG_ALGSEL_3DES (0x21 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1164
#define OP_ALG_ALGSEL_ARC4 (0x30 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1165
#define OP_ALG_CHA_MDHA (0x40 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1166
#define OP_ALG_ALGSEL_MD5 (0x40 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1167
#define OP_ALG_ALGSEL_SHA1 (0x41 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1168
#define OP_ALG_ALGSEL_SHA224 (0x42 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1169
#define OP_ALG_ALGSEL_SHA256 (0x43 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1170
#define OP_ALG_ALGSEL_SHA384 (0x44 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1171
#define OP_ALG_ALGSEL_SHA512 (0x45 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1172
#define OP_ALG_ALGSEL_RNG (0x50 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1173
#define OP_ALG_ALGSEL_SNOW (0x60 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1174
#define OP_ALG_ALGSEL_SNOW_F8 (0x60 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1175
#define OP_ALG_ALGSEL_KASUMI (0x70 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1176
#define OP_ALG_ALGSEL_CRC (0x90 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1177
#define OP_ALG_ALGSEL_SNOW_F9 (0xA0 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1178
#define OP_ALG_ALGSEL_CHACHA20 (0xD0 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc.h
1179
#define OP_ALG_ALGSEL_POLY1305 (0xE0 << OP_ALG_ALGSEL_SHIFT)
drivers/crypto/caam/desc_constr.h
577
(0x20 << OP_ALG_ALGSEL_SHIFT);
drivers/crypto/caam/key_gen.h
22
idx = (hash & OP_ALG_ALGSEL_SUBMASK) >> OP_ALG_ALGSEL_SHIFT;