Home
last modified time | relevance | path

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

/dpdk/app/test-crypto-perf/
H A Dmain.c405 opts->auth_key_sz, in cperf_verify_devices_capabilities()
491 if (opts->auth_key_sz && in cperf_check_test_vector()
494 if (test_vec->auth_key.length != opts->auth_key_sz) in cperf_check_test_vector()
535 if (test_vec->auth_key.length != opts->auth_key_sz) in cperf_check_test_vector()
H A Dcperf_options.h117 uint16_t auth_key_sz; member
H A Dcperf_test_vectors.c701 t_vec->auth_key.length = options->auth_key_sz; in cperf_test_vector_get_dummy()
765 t_vec->auth_key.length = options->auth_key_sz; in cperf_test_vector_get_dummy()
H A Dcperf_test_vector_parsing.c339 if (opts->auth_key_sz > data_length) { in parse_entry()
344 vector->auth_key.length = opts->auth_key_sz; in parse_entry()
H A Dcperf_options_parsing.c652 return parse_uint16_t(&opts->auth_key_sz, arg); in parse_auth_key_sz()
940 opts->auth_key_sz = 64; in cperf_options_default()
1351 printf("# auth key size: %u\n", opts->auth_key_sz); in cperf_options_dump()