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()
2448 unsigned int dst_size = 0, temp, subtype = get_aead_subtype(tfm); in create_authenc_wr() local
2477 dst_size = get_space_for_phys_dsgl(dnents); in create_authenc_wr()
2480 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_authenc_wr()
2532 0, 0, dst_size); in create_authenc_wr()
2547 ivptr = (u8 *)(phys_cpl + 1) + dst_size; in create_authenc_wr()
2562 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + IV + in create_authenc_wr()
2959 unsigned int dst_size, in fill_sec_cpl_for_aead() argument
3011 0, dst_size); in fill_sec_cpl_for_aead()
3046 unsigned int dst_size = 0, kctx_len, dnents, temp, snents; in create_aead_ccm_wr() local
3070 dst_size = get_space_for_phys_dsgl(dnents); in create_aead_ccm_wr()
3075 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_aead_ccm_wr()
3099 fill_sec_cpl_for_aead(&chcr_req->sec_cpl, dst_size, req, reqctx->op); in create_aead_ccm_wr()
3107 ivptr = (u8 *)(phys_cpl + 1) + dst_size; in create_aead_ccm_wr()
3116 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + IV + in create_aead_ccm_wr()
3145 unsigned int dst_size = 0, temp = 0, kctx_len, assoclen = req->assoclen; in create_gcm_wr() local
3168 dst_size = get_space_for_phys_dsgl(dnents); in create_gcm_wr()
3170 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_gcm_wr()
3212 0, 0, dst_size); in create_gcm_wr()
3219 ivptr = (u8 *)(phys_cpl + 1) + dst_size; in create_gcm_wr()
3235 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + IV + in create_gcm_wr()