Home
last modified time | relevance | path

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

/drivers/crypto/caam/
Dcaamalg.c1857 .class2_alg_type = OP_ALG_ALGSEL_MD5 | OP_ALG_AAI_HMAC_PRECOMP,
1876 .class2_alg_type = OP_ALG_ALGSEL_SHA1 | OP_ALG_AAI_HMAC_PRECOMP,
1896 OP_ALG_AAI_HMAC_PRECOMP,
1916 OP_ALG_AAI_HMAC_PRECOMP,
1936 OP_ALG_AAI_HMAC_PRECOMP,
1956 OP_ALG_AAI_HMAC_PRECOMP,
1975 .class2_alg_type = OP_ALG_ALGSEL_MD5 | OP_ALG_AAI_HMAC_PRECOMP,
1994 .class2_alg_type = OP_ALG_ALGSEL_SHA1 | OP_ALG_AAI_HMAC_PRECOMP,
2014 OP_ALG_AAI_HMAC_PRECOMP,
2034 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()