Home
last modified time | relevance | path

Searched refs:digest_phys (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test/
H A Dtest_cryptodev.c12707 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
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()
[all …]