Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c3421 unsigned int max_authsize = crypto_aead_alg(authenc)->maxauthsize; in chcr_authenc_setkey() local
3445 if (get_alg_config(&param, max_authsize)) { in chcr_authenc_setkey()
3481 base_hash = chcr_alloc_shash(max_authsize); in chcr_authenc_setkey()
3493 align = KEYCTX_ALIGN_PAD(max_authsize); in chcr_authenc_setkey()
3504 keys.authkeylen = max_authsize; in chcr_authenc_setkey()
3515 max_authsize)) in chcr_authenc_setkey()
3523 if (chcr_compute_partial_hash(shash, pad, o_ptr, max_authsize)) in chcr_authenc_setkey()