Searched refs:auth_iv_sz (Results 1 – 5 of 5) sorted by relevance
786 t_vec->auth_iv.data = rte_malloc(NULL, options->auth_iv_sz, in cperf_test_vector_get_dummy()788 if (options->auth_iv_sz && t_vec->auth_iv.data == NULL) { in cperf_test_vector_get_dummy()794 memcpy(t_vec->auth_iv.data, iv, options->auth_iv_sz); in cperf_test_vector_get_dummy()795 t_vec->auth_iv.length = options->auth_iv_sz; in cperf_test_vector_get_dummy()
407 opts->auth_iv_sz); in cperf_verify_devices_capabilities()496 if (test_vec->auth_iv.length != opts->auth_iv_sz) in cperf_check_test_vector()499 if (opts->auth_iv_sz && test_vec->auth_iv.data == NULL) in cperf_check_test_vector()537 if (test_vec->auth_iv.length != opts->auth_iv_sz) in cperf_check_test_vector()540 if (opts->auth_iv_sz && test_vec->auth_iv.data == NULL) in cperf_check_test_vector()
118 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()
740 return parse_uint16_t(&opts->auth_iv_sz, arg); in parse_auth_iv_sz()941 opts->auth_iv_sz = 0; in cperf_options_default()1352 printf("# auth iv size: %u\n", opts->auth_iv_sz); in cperf_options_dump()