Lines Matching refs:digest_phys
10792 void *digest_mem, uint64_t digest_phys) in create_gmac_operation_sgl() argument
10810 sym_op->auth.digest.phys_addr = digest_phys; in create_gmac_operation_sgl()
11212 uint64_t digest_phys = rte_pktmbuf_iova(buf) + to_trn; in test_AES_GMAC_authentication_SGL() local
11217 digest_phys = rte_pktmbuf_iova_offset(ut_params->ibuf, in test_AES_GMAC_authentication_SGL()
11222 tdata, digest_mem, digest_phys); in test_AES_GMAC_authentication_SGL()
12252 void *digest_mem, uint64_t digest_phys) in create_aead_operation_SGL() argument
12275 sym_op->aead.digest.phys_addr = digest_phys; in create_aead_operation_SGL()
12505 uint64_t digest_phys = 0; in test_authenticated_encryption_SGL() local
12518 digest_phys = rte_pktmbuf_iova_offset( in test_authenticated_encryption_SGL()
12555 if (!digest_phys) in test_authenticated_encryption_SGL()
12556 digest_phys = rte_pktmbuf_iova(buf) + to_trn; in test_authenticated_encryption_SGL()
12558 digest_phys = rte_pktmbuf_iova(buf_last_oop) + to_trn; in test_authenticated_encryption_SGL()
12563 digest_phys = rte_pktmbuf_iova_offset(ut_params->ibuf, in test_authenticated_encryption_SGL()
12569 tdata, digest_mem, digest_phys); in test_authenticated_encryption_SGL()