Searched refs:sha1_prf (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha1-prf.c | 30 int sha1_prf(const u8 *key, size_t key_len, const char *label, in sha1_prf() function
|
D | sha1.h | 18 int sha1_prf(const u8 *key, size_t key_len, const char *label,
|
D | crypto_module_tests.c | 1357 if (sha1_prf(key0, sizeof(key0), "prefix", data0, sizeof(data0) - 1, in test_sha1() 1366 if (sha1_prf(key1, sizeof(key1) - 1, "prefix", data1, sizeof(data1) - 1, in test_sha1() 1375 if (sha1_prf(key2, sizeof(key2), "prefix", data2, sizeof(data2), in test_sha1()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.c | 427 if (sha1_prf(rkey, sizeof(rkey), "Init Counter", buf, sizeof(buf), in wpa_group_init_gmk_and_counter() 1455 if (sha1_prf(gmk, WPA_GMK_LEN, label, data, sizeof(data), in wpa_gmk_to_gtk()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.c | 478 if (sha1_prf(pmk, pmk_len, label, data, data_len, tmp, in wpa_pmk_to_ptk()
|