Home
last modified time | relevance | path

Searched refs:OP_ALG_ALGSEL_SHIFT (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Ddesc.h1151 #define OP_ALG_ALGSEL_SHIFT 16 macro
1152 #define OP_ALG_ALGSEL_MASK (0xff << OP_ALG_ALGSEL_SHIFT)
1153 #define OP_ALG_ALGSEL_SUBMASK (0x0f << OP_ALG_ALGSEL_SHIFT)
1154 #define OP_ALG_ALGSEL_AES (0x10 << OP_ALG_ALGSEL_SHIFT)
1155 #define OP_ALG_ALGSEL_DES (0x20 << OP_ALG_ALGSEL_SHIFT)
1156 #define OP_ALG_ALGSEL_3DES (0x21 << OP_ALG_ALGSEL_SHIFT)
1157 #define OP_ALG_ALGSEL_ARC4 (0x30 << OP_ALG_ALGSEL_SHIFT)
1158 #define OP_ALG_CHA_MDHA (0x40 << OP_ALG_ALGSEL_SHIFT)
1159 #define OP_ALG_ALGSEL_MD5 (0x40 << OP_ALG_ALGSEL_SHIFT)
1160 #define OP_ALG_ALGSEL_SHA1 (0x41 << OP_ALG_ALGSEL_SHIFT)
[all...]
H A Dkey_gen.h22 idx = (hash & OP_ALG_ALGSEL_SUBMASK) >> OP_ALG_ALGSEL_SHIFT; in split_key_len()
H A Ddesc_constr.h570 (0x20 << OP_ALG_ALGSEL_SHIFT); in append_proto_dkp()
H A Dcaamhash.c1808 OP_ALG_ALGSEL_SHIFT]; in caam_hash_cra_init()
H A Dcaamalg_qi2.c4593 OP_ALG_ALGSEL_SHIFT]; in caam_hash_cra_init()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Ddesc.h1151 #define OP_ALG_ALGSEL_SHIFT 16 macro
1152 #define OP_ALG_ALGSEL_MASK (0xff << OP_ALG_ALGSEL_SHIFT)
1153 #define OP_ALG_ALGSEL_SUBMASK (0x0f << OP_ALG_ALGSEL_SHIFT)
1154 #define OP_ALG_ALGSEL_AES (0x10 << OP_ALG_ALGSEL_SHIFT)
1155 #define OP_ALG_ALGSEL_DES (0x20 << OP_ALG_ALGSEL_SHIFT)
1156 #define OP_ALG_ALGSEL_3DES (0x21 << OP_ALG_ALGSEL_SHIFT)
1157 #define OP_ALG_ALGSEL_ARC4 (0x30 << OP_ALG_ALGSEL_SHIFT)
1158 #define OP_ALG_CHA_MDHA (0x40 << OP_ALG_ALGSEL_SHIFT)
1159 #define OP_ALG_ALGSEL_MD5 (0x40 << OP_ALG_ALGSEL_SHIFT)
1160 #define OP_ALG_ALGSEL_SHA1 (0x41 << OP_ALG_ALGSEL_SHIFT)
[all...]
H A Dkey_gen.h22 idx = (hash & OP_ALG_ALGSEL_SUBMASK) >> OP_ALG_ALGSEL_SHIFT; in split_key_len()
H A Ddesc_constr.h571 (0x20 << OP_ALG_ALGSEL_SHIFT); in append_proto_dkp()
H A Dcaamhash.c1815 OP_ALG_ALGSEL_SHIFT]; in caam_hash_cra_init()
H A Dcaamalg_qi2.c4606 OP_ALG_ALGSEL_SHIFT]; in caam_hash_cra_init()

Completed in 29 milliseconds