Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec.c18 #define IV_LEN_MAX 16 macro
592 static uint8_t iv_queue[IV_LEN_MAX * IPSEC_TEST_PACKETS_MAX]; in test_ipsec_iv_verify_push()
605 TEST_ASSERT(iv_len <= IV_LEN_MAX, "IV length greater than supported"); in test_ipsec_iv_verify_push()
609 iv_tmp = &iv_queue[i * IV_LEN_MAX]; in test_ipsec_iv_verify_push()
619 iv_tmp = &iv_queue[index * IV_LEN_MAX]; in test_ipsec_iv_verify_push()