Lines Matching refs:dst_size
750 unsigned int temp = 0, transhdr_len, dst_size; in create_cipher_wr() local
760 dst_size = get_space_for_phys_dsgl(nents); in create_cipher_wr()
762 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_cipher_wr()
788 0, 1, dst_size); in create_cipher_wr()
813 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size); in create_cipher_wr()
818 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + kctx_len + IV in create_cipher_wr()
2270 unsigned int dst_size = 0, temp, subtype = get_aead_subtype(tfm); in create_authenc_wr() local
2300 dst_size = get_space_for_phys_dsgl(dnents); in create_authenc_wr()
2303 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_authenc_wr()
2356 0, 0, dst_size); in create_authenc_wr()
2381 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size); in create_authenc_wr()
2385 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + in create_authenc_wr()
2406 int dst_size; in chcr_aead_dma_map() local
2408 dst_size = req->assoclen + req->cryptlen + (op_type ? in chcr_aead_dma_map()
2410 if (!req->cryptlen || !dst_size) in chcr_aead_dma_map()
2452 int dst_size; in chcr_aead_dma_unmap() local
2454 dst_size = req->assoclen + req->cryptlen + (op_type ? in chcr_aead_dma_unmap()
2456 if (!req->cryptlen || !dst_size) in chcr_aead_dma_unmap()
2757 unsigned int dst_size, in fill_sec_cpl_for_aead() argument
2806 0, dst_size); in fill_sec_cpl_for_aead()
2841 unsigned int dst_size = 0, kctx_len, dnents, temp; in create_aead_ccm_wr() local
2865 dst_size = get_space_for_phys_dsgl(dnents); in create_aead_ccm_wr()
2867 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_aead_ccm_wr()
2892 fill_sec_cpl_for_aead(&chcr_req->sec_cpl, dst_size, req, reqctx->op); in create_aead_ccm_wr()
2900 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size); in create_aead_ccm_wr()
2908 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + in create_aead_ccm_wr()
2935 unsigned int dst_size = 0, temp = 0, kctx_len, assoclen = req->assoclen; in create_gcm_wr() local
2954 dst_size = get_space_for_phys_dsgl(dnents); in create_gcm_wr()
2956 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_gcm_wr()
2999 0, 0, dst_size); in create_gcm_wr()
3017 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size); in create_gcm_wr()
3022 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + in create_gcm_wr()