Lines Matching refs:assoclen
857 copy_size = aead_req->cryptlen + aead_req->assoclen; in GEN_SEC_SETKEY_FUNC()
890 copy_size = c_req->c_len + aead_req->assoclen; in sec_cipher_pbuf_unmap()
911 skip_size = aead_req->assoclen + aead_req->cryptlen - authsize; in sec_aead_mac_init()
1440 if (aead_req->assoclen) in set_aead_auth_iv()
1507 sec_sqe->type2.alen_ivllen = cpu_to_le32(aq->assoclen); in sec_auth_bd_fill_xcm()
1509 sec_sqe->type2.cipher_src_offset = cpu_to_le16((u16)aq->assoclen); in sec_auth_bd_fill_xcm()
1533 sqe3->a_len_key = cpu_to_le32(aq->assoclen); in sec_auth_bd_fill_xcm_v3()
1535 sqe3->cipher_src_offset = cpu_to_le16((u16)aq->assoclen); in sec_auth_bd_fill_xcm_v3()
1565 sec_sqe->type2.alen_ivllen = cpu_to_le32(c_req->c_len + aq->assoclen); in sec_auth_bd_fill_ex()
1567 sec_sqe->type2.cipher_src_offset = cpu_to_le16((u16)aq->assoclen); in sec_auth_bd_fill_ex()
1620 sqe3->a_len_key = cpu_to_le32(c_req->c_len + aq->assoclen); in sec_auth_bd_fill_ex_v3()
1622 sqe3->cipher_src_offset = cpu_to_le16((u16)aq->assoclen); in sec_auth_bd_fill_ex_v3()
1672 a_req->assoclen); in sec_aead_callback()
2208 if (unlikely(req->cryptlen + req->assoclen > MAX_INPUT_DATA_LEN || in sec_aead_spec_check()
2209 req->assoclen > SEC_MAX_AAD_LEN)) { in sec_aead_spec_check()
2274 if (ctx->pbuf_supported && (req->cryptlen + req->assoclen) <= in sec_aead_param_check()
2307 aead_request_set_ad(subreq, aead_req->assoclen); in sec_aead_soft_crypto()