Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dhash.h153 #define HASH_MAX_DESCSIZE (sizeof(struct shash_desc) + 360) macro
159 HASH_MAX_DESCSIZE] CRYPTO_MINALIGN_ATTR; \
/Linux-v5.4/crypto/
Dhmac.c155 if (WARN_ON(parent->descsize > HASH_MAX_DESCSIZE)) { in hmac_init_tfm()
Dshash.c459 alg->descsize > HASH_MAX_DESCSIZE || in shash_prepare_alg()