Searched refs:test_perms (Results 1 - 2 of 2) sorted by relevance

/external/vboot_reference/tests/
H A Dvboot_common3_tests.c347 const struct test_perm test_perms[] = {{7, 4}, {11, 4}, {11, 7}}; variable in typeref:struct:test_perm
355 for (i = 0; i < ARRAY_SIZE(test_perms); i++) {
356 if (test_permutation(test_perms[i].signing_algorithm,
357 test_perms[i].data_key_algorithm,
H A Dvb20_common3_tests.c368 const struct test_perm test_perms[] = { variable in typeref:struct:test_perm
380 for (i = 0; i < ARRAY_SIZE(test_perms); i++) {
381 if (test_permutation(test_perms[i].signing_algorithm,
382 test_perms[i].data_key_algorithm,

Completed in 200 milliseconds