Searched refs:sha1_prf (Results 1 – 7 of 7) sorted by relevance
/hostap-3.7.0/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()
|
D | crypto_mbedtls_alt.c | 626 int sha1_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 … in sha1_prf() function
|
/hostap-3.7.0/tests/hwsim/ |
D | test_ap_psk.py | 1347 def sha1_prf(key, label, data, outlen): function 1375 ptk = sha1_prf(pmk, label, data, 48)
|
/hostap-3.7.0/src/ap/ |
D | wpa_auth.c | 423 if (sha1_prf(rkey, sizeof(rkey), "Init Counter", buf, sizeof(buf), in wpa_group_init_gmk_and_counter() 1467 if (sha1_prf(gmk, WPA_GMK_LEN, label, data, sizeof(data), in wpa_gmk_to_gtk()
|
/hostap-3.7.0/src/common/ |
D | wpa_common.c | 478 if (sha1_prf(pmk, pmk_len, label, data, data_len, tmp, in wpa_pmk_to_ptk()
|