Searched refs:digest_phys (Results 1 – 1 of 1) sorted by relevance
12707 void *digest_mem, uint64_t digest_phys) in create_gmac_operation_sgl() argument12725 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() local13143 tdata, digest_mem, digest_phys); in test_AES_GMAC_authentication_SGL()14191 void *digest_mem, uint64_t digest_phys) in create_aead_operation_SGL() argument14214 sym_op->aead.digest.phys_addr = digest_phys; in create_aead_operation_SGL()14444 uint64_t digest_phys = 0; in test_authenticated_encryption_SGL() local14457 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()[all …]