Lines Matching refs:digest_mem

10792 		void *digest_mem, uint64_t digest_phys)  in create_gmac_operation_sgl()  argument
10806 sym_op->auth.digest.data = digest_mem; in create_gmac_operation_sgl()
11127 void *digest_mem = NULL; in test_AES_GMAC_authentication_SGL() local
11204 digest_mem = (uint8_t *)rte_pktmbuf_append(buf, in test_AES_GMAC_authentication_SGL()
11214 if (!digest_mem) { in test_AES_GMAC_authentication_SGL()
11215 digest_mem = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_AES_GMAC_authentication_SGL()
11222 tdata, digest_mem, digest_phys); in test_AES_GMAC_authentication_SGL()
11241 auth_tag = digest_mem; in test_AES_GMAC_authentication_SGL()
12252 void *digest_mem, uint64_t digest_phys) in create_aead_operation_SGL() argument
12270 sym_op->aead.digest.data = digest_mem; in create_aead_operation_SGL()
12414 void *digest_mem = NULL; in test_authenticated_encryption_SGL() local
12497 digest_mem = rte_pktmbuf_append(buf_oop, in test_authenticated_encryption_SGL()
12500 digest_mem = (uint8_t *)rte_pktmbuf_append(buf, in test_authenticated_encryption_SGL()
12515 digest_mem = rte_pktmbuf_append(ut_params->obuf, in test_authenticated_encryption_SGL()
12544 digest_mem = rte_pktmbuf_append(buf_oop, in test_authenticated_encryption_SGL()
12560 if (!digest_mem && !oop) { in test_authenticated_encryption_SGL()
12561 digest_mem = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_authenticated_encryption_SGL()
12569 tdata, digest_mem, digest_phys); in test_authenticated_encryption_SGL()
12633 auth_tag = digest_mem; in test_authenticated_encryption_SGL()