Home
last modified time | relevance | path

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

/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c3468 unsigned int max_authsize = crypto_aead_alg(authenc)->maxauthsize; in chcr_authenc_setkey() local
3484 if (get_alg_config(&param, max_authsize)) { in chcr_authenc_setkey()
3521 align = KEYCTX_ALIGN_PAD(max_authsize); in chcr_authenc_setkey()
3522 err = chcr_prepare_hmac_key(keys.authkey, keys.authkeylen, max_authsize, in chcr_authenc_setkey()
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c2600 ctx_exit, blk_size, iv_size, max_authsize)\ argument
2619 .maxauthsize = max_authsize,\