Lines Matching defs:a_len
40 int iv_len, a_len;
187 crypto->a_len = crypto_aead_authsize(crypto->tfm);
188 crypto->authtag = kmalloc(crypto->a_len, GFP_KERNEL_ACCOUNT);
236 sg_set_buf(&src[2], hdr->authtag, crypto->a_len);
241 sg_set_buf(&dst[2], hdr->authtag, crypto->a_len);
306 if (unlikely((resp_hdr->msg_sz + crypto->a_len) > sz))
310 return dec_payload(snp_dev, resp, payload, resp_hdr->msg_sz + crypto->a_len);
498 resp_len = sizeof(resp->data) + crypto->a_len;
536 resp_len = sizeof(resp.data) + crypto->a_len;
598 resp_len = sizeof(resp->data) + crypto->a_len;