Home
last modified time | relevance | path

Searched refs:sha1_prf (Results 1 – 7 of 7) sorted by relevance

/hostap-3.7.0/src/crypto/
Dsha1-prf.c30 int sha1_prf(const u8 *key, size_t key_len, const char *label, in sha1_prf() function
Dsha1.h18 int sha1_prf(const u8 *key, size_t key_len, const char *label,
Dcrypto_module_tests.c1357 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()
Dcrypto_mbedtls_alt.c626 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/
Dtest_ap_psk.py1347 def sha1_prf(key, label, data, outlen): function
1375 ptk = sha1_prf(pmk, label, data, 48)
/hostap-3.7.0/src/ap/
Dwpa_auth.c423 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/
Dwpa_common.c478 if (sha1_prf(pmk, pmk_len, label, data, data_len, tmp, in wpa_pmk_to_ptk()