Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec.c593 uint8_t *iv_tmp, *output_text = rte_pktmbuf_mtod(m, uint8_t *); in test_ipsec_iv_verify_push() local
609 iv_tmp = &iv_queue[i * IV_LEN_MAX]; in test_ipsec_iv_verify_push()
611 if (memcmp(output_text, iv_tmp, iv_len) == 0) { in test_ipsec_iv_verify_push()
619 iv_tmp = &iv_queue[index * IV_LEN_MAX]; in test_ipsec_iv_verify_push()
620 memcpy(iv_tmp, output_text, iv_len); in test_ipsec_iv_verify_push()