Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c3554 unsigned int max_authsize = crypto_aead_alg(authenc)->maxauthsize; in chcr_authenc_setkey() local
3573 if (get_alg_config(&param, max_authsize)) { in chcr_authenc_setkey()
3609 base_hash = chcr_alloc_shash(max_authsize); in chcr_authenc_setkey()
3619 align = KEYCTX_ALIGN_PAD(max_authsize); in chcr_authenc_setkey()
3630 keys.authkeylen = max_authsize; in chcr_authenc_setkey()
3641 max_authsize)) in chcr_authenc_setkey()
3649 if (chcr_compute_partial_hash(shash, pad, o_ptr, max_authsize)) in chcr_authenc_setkey()
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c2415 ctx_exit, blk_size, iv_size, max_authsize)\ argument
2434 .maxauthsize = max_authsize,\