Searched refs:auth_iv_sz (Results 1 – 5 of 5) sorted by relevance
534 t_vec->auth_iv.data = rte_malloc(NULL, options->auth_iv_sz, in cperf_test_vector_get_dummy()536 if (options->auth_iv_sz && t_vec->auth_iv.data == NULL) { in cperf_test_vector_get_dummy()542 memcpy(t_vec->auth_iv.data, iv, options->auth_iv_sz); in cperf_test_vector_get_dummy()543 t_vec->auth_iv.length = options->auth_iv_sz; in cperf_test_vector_get_dummy()
336 opts->auth_iv_sz); in cperf_verify_devices_capabilities()425 if (test_vec->auth_iv.length != opts->auth_iv_sz) in cperf_check_test_vector()428 if (opts->auth_iv_sz && test_vec->auth_iv.data == NULL) in cperf_check_test_vector()466 if (test_vec->auth_iv.length != opts->auth_iv_sz) in cperf_check_test_vector()469 if (opts->auth_iv_sz && test_vec->auth_iv.data == NULL) in cperf_check_test_vector()
115 uint16_t auth_iv_sz; member
381 if (opts->auth_iv_sz > data_length) { in parse_entry()386 vector->auth_iv.length = opts->auth_iv_sz; in parse_entry()
707 return parse_uint16_t(&opts->auth_iv_sz, arg); in parse_auth_iv_sz()907 opts->auth_iv_sz = 0; in cperf_options_default()1282 printf("# auth iv size: %u\n", opts->auth_iv_sz); in cperf_options_dump()