Home
last modified time | relevance | path

Searched refs:hmac_test (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/hmac/
DCMakeLists.txt13 hmac_test target
15 hmac_test.cc
20 target_link_libraries(hmac_test crypto)
Dhmac_tests.txt1 # This test file is shared between evp_test and hmac_test, to test the legacy
/external/openssh/
Dhmac.c141 hmac_test(void *key, size_t klen, void *m, size_t mlen, u_char *e, size_t elen) in hmac_test() function
190 hmac_test(key1, sizeof(key1), data1, strlen(data1), dig1, sizeof(dig1)); in main()
191 hmac_test(key2, strlen(key2), data2, strlen(data2), dig2, sizeof(dig2)); in main()
192 hmac_test(key3, sizeof(key3), data3, sizeof(data3), dig3, sizeof(dig3)); in main()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_module_tests.c1276 const struct hmac_test { struct
1517 const struct hmac_test *t = &hmac_tests[i]; in test_sha256()