Searched refs:max_authsize (Results 1 – 2 of 2) sorted by relevance
3558 unsigned int max_authsize = crypto_aead_alg(authenc)->maxauthsize; in chcr_authenc_setkey() local3577 if (get_alg_config(¶m, max_authsize)) { in chcr_authenc_setkey()3613 base_hash = chcr_alloc_shash(max_authsize); in chcr_authenc_setkey()3623 align = KEYCTX_ALIGN_PAD(max_authsize); in chcr_authenc_setkey()3634 keys.authkeylen = max_authsize; in chcr_authenc_setkey()3645 max_authsize)) in chcr_authenc_setkey()3653 if (chcr_compute_partial_hash(shash, pad, o_ptr, max_authsize)) in chcr_authenc_setkey()
1601 ctx_exit, blk_size, iv_size, max_authsize)\ argument1618 .maxauthsize = max_authsize,\