Lines Matching refs:digest_phys
12707 void *digest_mem, uint64_t digest_phys) in create_gmac_operation_sgl() argument
12725 sym_op->auth.digest.phys_addr = digest_phys; in create_gmac_operation_sgl()
13133 uint64_t digest_phys = rte_pktmbuf_iova(buf) + to_trn; in test_AES_GMAC_authentication_SGL() local
13138 digest_phys = rte_pktmbuf_iova_offset(ut_params->ibuf, in test_AES_GMAC_authentication_SGL()
13143 tdata, digest_mem, digest_phys); in test_AES_GMAC_authentication_SGL()
14191 void *digest_mem, uint64_t digest_phys) in create_aead_operation_SGL() argument
14214 sym_op->aead.digest.phys_addr = digest_phys; in create_aead_operation_SGL()
14444 uint64_t digest_phys = 0; in test_authenticated_encryption_SGL() local
14457 digest_phys = rte_pktmbuf_iova_offset( in test_authenticated_encryption_SGL()
14494 if (!digest_phys) in test_authenticated_encryption_SGL()
14495 digest_phys = rte_pktmbuf_iova(buf) + to_trn; in test_authenticated_encryption_SGL()
14497 digest_phys = rte_pktmbuf_iova(buf_last_oop) + to_trn; in test_authenticated_encryption_SGL()
14502 digest_phys = rte_pktmbuf_iova_offset(ut_params->ibuf, in test_authenticated_encryption_SGL()
14508 tdata, digest_mem, digest_phys); in test_authenticated_encryption_SGL()