Searched refs:oob_auth_test_vector (Results 1 – 1 of 1) sorted by relevance
72 } oob_auth_test_vector[] = { variable425 ASSERT_TRUE(test_step < ARRAY_SIZE(oob_auth_test_vector)); in oob_auth_set()427 if (memcmp(&oob_auth_test_vector[test_step], &dummy, in oob_auth_set()434 prov.static_val = oob_auth_test_vector[test_step].static_val; in oob_auth_set()435 prov.static_val_len = oob_auth_test_vector[test_step].static_val_len; in oob_auth_set()436 prov.output_size = oob_auth_test_vector[test_step].output_size; in oob_auth_set()437 prov.output_actions = oob_auth_test_vector[test_step].output_actions; in oob_auth_set()438 prov.input_size = oob_auth_test_vector[test_step].input_size; in oob_auth_set()439 prov.input_actions = oob_auth_test_vector[test_step].input_actions; in oob_auth_set()498 for (int i = 0; i < ARRAY_SIZE(oob_auth_test_vector); i++) { in oob_device()[all …]