Searched refs:max_authsize (Results 1 – 1 of 1) sorted by relevance
3370 unsigned int max_authsize = crypto_aead_alg(authenc)->maxauthsize; in chcr_authenc_setkey() local3394 if (get_alg_config(¶m, max_authsize)) { in chcr_authenc_setkey()3430 base_hash = chcr_alloc_shash(max_authsize); in chcr_authenc_setkey()3443 align = KEYCTX_ALIGN_PAD(max_authsize); in chcr_authenc_setkey()3454 keys.authkeylen = max_authsize; in chcr_authenc_setkey()3465 max_authsize)) in chcr_authenc_setkey()3473 if (chcr_compute_partial_hash(shash, pad, o_ptr, max_authsize)) in chcr_authenc_setkey()