Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c3411 .class2_alg_type = OP_ALG_ALGSEL_MD5 | OP_ALG_AAI_HMAC_PRECOMP,
3430 .class2_alg_type = OP_ALG_ALGSEL_SHA1 | OP_ALG_AAI_HMAC_PRECOMP,
3450 OP_ALG_AAI_HMAC_PRECOMP,
3470 OP_ALG_AAI_HMAC_PRECOMP,
3490 OP_ALG_AAI_HMAC_PRECOMP,
3510 OP_ALG_AAI_HMAC_PRECOMP,
3529 .class2_alg_type = OP_ALG_ALGSEL_MD5 | OP_ALG_AAI_HMAC_PRECOMP,
3548 .class2_alg_type = OP_ALG_ALGSEL_SHA1 | OP_ALG_AAI_HMAC_PRECOMP,
3568 OP_ALG_AAI_HMAC_PRECOMP,
3588 OP_ALG_AAI_HMAC_PRECOMP,
[all …]
Ddesc.h1171 #define OP_ALG_AAI_HMAC_PRECOMP (0x04 << OP_ALG_AAI_SHIFT) macro
Dcaamhash.c320 have_key = OP_ALG_AAI_HMAC_PRECOMP; in ahash_set_sh_desc()