• Home
  • Raw
  • Download

Lines Matching refs:dst_size

817 	unsigned int temp = 0, transhdr_len, dst_size;  in create_cipher_wr()  local
829 dst_size = get_space_for_phys_dsgl(nents); in create_cipher_wr()
831 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_cipher_wr()
857 0, 1, dst_size); in create_cipher_wr()
882 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size); in create_cipher_wr()
887 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + kctx_len + IV in create_cipher_wr()
2453 unsigned int dst_size = 0, temp, subtype = get_aead_subtype(tfm); in create_authenc_wr() local
2482 dst_size = get_space_for_phys_dsgl(dnents); in create_authenc_wr()
2485 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_authenc_wr()
2537 0, 0, dst_size); in create_authenc_wr()
2552 ivptr = (u8 *)(phys_cpl + 1) + dst_size; in create_authenc_wr()
2567 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + IV + in create_authenc_wr()
2964 unsigned int dst_size, in fill_sec_cpl_for_aead() argument
3016 0, dst_size); in fill_sec_cpl_for_aead()
3051 unsigned int dst_size = 0, kctx_len, dnents, temp, snents; in create_aead_ccm_wr() local
3075 dst_size = get_space_for_phys_dsgl(dnents); in create_aead_ccm_wr()
3080 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_aead_ccm_wr()
3104 fill_sec_cpl_for_aead(&chcr_req->sec_cpl, dst_size, req, reqctx->op); in create_aead_ccm_wr()
3112 ivptr = (u8 *)(phys_cpl + 1) + dst_size; in create_aead_ccm_wr()
3121 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + IV + in create_aead_ccm_wr()
3150 unsigned int dst_size = 0, temp = 0, kctx_len, assoclen = req->assoclen; in create_gcm_wr() local
3173 dst_size = get_space_for_phys_dsgl(dnents); in create_gcm_wr()
3175 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size); in create_gcm_wr()
3217 0, 0, dst_size); in create_gcm_wr()
3224 ivptr = (u8 *)(phys_cpl + 1) + dst_size; in create_gcm_wr()
3240 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + IV + in create_gcm_wr()