Searched defs:omac1_test_vectors (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_module_tests.c169 static const struct omac1_test_vector omac1_test_vectors[] = variable in typeref:struct:omac1_test_vector
288 for (i = 0; i < ARRAY_SIZE(omac1_test_vectors); i++) {
289 if (test_omac1_vector(&omac1_test_vectors[i], i))
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_module_tests.c169 static const struct omac1_test_vector omac1_test_vectors[] = variable in typeref:struct:omac1_test_vector
288 for (i = 0; i < ARRAY_SIZE(omac1_test_vectors); i++) {
289 if (test_omac1_vector(&omac1_test_vectors[i], i))
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_module_tests.c169 static const struct omac1_test_vector omac1_test_vectors[] = variable in typeref:struct:omac1_test_vector
288 for (i = 0; i < ARRAY_SIZE(omac1_test_vectors); i++) {
289 if (test_omac1_vector(&omac1_test_vectors[i], i))

Completed in 119 milliseconds