Searched refs:max_authsize (Results 1 – 1 of 1) sorted by relevance
3421 unsigned int max_authsize = crypto_aead_alg(authenc)->maxauthsize; in chcr_authenc_setkey() local3445 if (get_alg_config(¶m, 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()