Lines Matching refs:digest_mem

12707 		void *digest_mem, uint64_t digest_phys)  in create_gmac_operation_sgl()  argument
12721 sym_op->auth.digest.data = digest_mem; in create_gmac_operation_sgl()
13046 void *digest_mem = NULL; in test_AES_GMAC_authentication_SGL() local
13125 digest_mem = (uint8_t *)rte_pktmbuf_append(buf, in test_AES_GMAC_authentication_SGL()
13135 if (!digest_mem) { in test_AES_GMAC_authentication_SGL()
13136 digest_mem = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_AES_GMAC_authentication_SGL()
13143 tdata, digest_mem, digest_phys); in test_AES_GMAC_authentication_SGL()
13162 auth_tag = digest_mem; in test_AES_GMAC_authentication_SGL()
14191 void *digest_mem, uint64_t digest_phys) in create_aead_operation_SGL() argument
14209 sym_op->aead.digest.data = digest_mem; in create_aead_operation_SGL()
14353 void *digest_mem = NULL; in test_authenticated_encryption_SGL() local
14436 digest_mem = rte_pktmbuf_append(buf_oop, in test_authenticated_encryption_SGL()
14439 digest_mem = (uint8_t *)rte_pktmbuf_append(buf, in test_authenticated_encryption_SGL()
14454 digest_mem = rte_pktmbuf_append(ut_params->obuf, in test_authenticated_encryption_SGL()
14483 digest_mem = rte_pktmbuf_append(buf_oop, in test_authenticated_encryption_SGL()
14499 if (!digest_mem && !oop) { in test_authenticated_encryption_SGL()
14500 digest_mem = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_authenticated_encryption_SGL()
14508 tdata, digest_mem, digest_phys); in test_authenticated_encryption_SGL()
14572 auth_tag = digest_mem; in test_authenticated_encryption_SGL()