Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-crypto-perf/
H A Dmain.c334 opts->auth_key_sz, in cperf_verify_devices_capabilities()
420 if (opts->auth_key_sz && in cperf_check_test_vector()
423 if (test_vec->auth_key.length != opts->auth_key_sz) in cperf_check_test_vector()
464 if (test_vec->auth_key.length != opts->auth_key_sz) in cperf_check_test_vector()
H A Dcperf_test_vectors.c449 t_vec->auth_key.length = options->auth_key_sz; in cperf_test_vector_get_dummy()
513 t_vec->auth_key.length = options->auth_key_sz; in cperf_test_vector_get_dummy()
H A Dcperf_options.h114 uint16_t auth_key_sz; member
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.c625 return parse_uint16_t(&opts->auth_key_sz, arg); in parse_auth_key_sz()
906 opts->auth_key_sz = 64; in cperf_options_default()
1281 printf("# auth key size: %u\n", opts->auth_key_sz); in cperf_options_dump()