Lines Matching refs:dst_size
810 unsigned int temp = 0, transhdr_len, dst_size; in create_cipher_wr() local
822 dst_size = get_space_for_phys_dsgl(nents); in create_cipher_wr()
824 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_cipher_wr()
850 0, 1, dst_size); in create_cipher_wr()
875 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size); in create_cipher_wr()
880 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + kctx_len + IV in create_cipher_wr()
2447 unsigned int dst_size = 0, temp, subtype = get_aead_subtype(tfm); in create_authenc_wr() local
2476 dst_size = get_space_for_phys_dsgl(dnents); in create_authenc_wr()
2479 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_authenc_wr()
2531 0, 0, dst_size); in create_authenc_wr()
2546 ivptr = (u8 *)(phys_cpl + 1) + dst_size; in create_authenc_wr()
2561 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + IV + in create_authenc_wr()
2958 unsigned int dst_size, in fill_sec_cpl_for_aead() argument
3010 0, dst_size); in fill_sec_cpl_for_aead()
3045 unsigned int dst_size = 0, kctx_len, dnents, temp, snents; in create_aead_ccm_wr() local
3069 dst_size = get_space_for_phys_dsgl(dnents); in create_aead_ccm_wr()
3074 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_aead_ccm_wr()
3098 fill_sec_cpl_for_aead(&chcr_req->sec_cpl, dst_size, req, reqctx->op); in create_aead_ccm_wr()
3106 ivptr = (u8 *)(phys_cpl + 1) + dst_size; in create_aead_ccm_wr()
3115 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + IV + in create_aead_ccm_wr()
3144 unsigned int dst_size = 0, temp = 0, kctx_len, assoclen = req->assoclen; in create_gcm_wr() local
3167 dst_size = get_space_for_phys_dsgl(dnents); in create_gcm_wr()
3169 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_gcm_wr()
3211 0, 0, dst_size); in create_gcm_wr()
3218 ivptr = (u8 *)(phys_cpl + 1) + dst_size; in create_gcm_wr()
3234 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + IV + in create_gcm_wr()