Searched refs:digest_phys (Results 1 – 1 of 1) sorted by relevance
10792 void *digest_mem, uint64_t digest_phys) in create_gmac_operation_sgl() argument10810 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() local11222 tdata, digest_mem, digest_phys); in test_AES_GMAC_authentication_SGL()12252 void *digest_mem, uint64_t digest_phys) in create_aead_operation_SGL() argument12275 sym_op->aead.digest.phys_addr = digest_phys; in create_aead_operation_SGL()12505 uint64_t digest_phys = 0; in test_authenticated_encryption_SGL() local12518 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()[all …]