/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
D | wpa_common.c | 120 sha256_prf(pmk, pmk_len, label, data, sizeof(data), in wpa_pmk_to_ptk() 446 sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0() 512 sha256_prf(pmk_r0, PMK_LEN, "FT-R1", buf, pos - buf, pmk_r1, PMK_LEN); in wpa_derive_pmk_r1() 547 sha256_prf(pmk_r1, PMK_LEN, "FT-PTK", buf, pos - buf, ptk, ptk_len); in wpa_pmk_r1_to_ptk()
|
/external/wpa_supplicant/ |
D | sha256.h | 24 void sha256_prf(const u8 *key, size_t key_len, const char *label,
|
D | sha256.c | 122 void sha256_prf(const u8 *key, size_t key_len, const char *label, in sha256_prf() function
|
/external/wpa_supplicant_8/src/crypto/ |
D | sha256.h | 24 void sha256_prf(const u8 *key, size_t key_len, const char *label,
|
D | sha256.c | 122 void sha256_prf(const u8 *key, size_t key_len, const char *label, in sha256_prf() function
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | sha256.h | 24 void sha256_prf(const u8 *key, size_t key_len, const char *label,
|
D | sha256.c | 122 void sha256_prf(const u8 *key, size_t key_len, const char *label, in sha256_prf() function
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.c | 120 sha256_prf(pmk, pmk_len, label, data, sizeof(data), in wpa_pmk_to_ptk() 586 sha256_prf(xxkey, xxkey_len, "FT-R0", buf, pos - buf, in wpa_derive_pmk_r0() 652 sha256_prf(pmk_r0, PMK_LEN, "FT-R1", buf, pos - buf, pmk_r1, PMK_LEN); in wpa_derive_pmk_r1() 687 sha256_prf(pmk_r1, PMK_LEN, "FT-PTK", buf, pos - buf, ptk, ptk_len); in wpa_pmk_r1_to_ptk()
|
/external/wpa_supplicant/tests/ |
D | test_sha256.c | 326 sha256_prf("abc", 3, "KDF test", "data", 4, hash, sizeof(hash)); in main()
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
D | test_sha256.c | 326 sha256_prf((u8 *) "abc", 3, "KDF test", (u8 *) "data", 4, in main()
|
/external/wpa_supplicant_8/src/ap/ |
D | peerkey_auth.c | 314 sha256_prf(smk, PMK_LEN, "SMK Derivation", buf, sizeof(buf), in wpa_smk_m3()
|
D | wpa_auth.c | 1091 sha256_prf(gmk, WPA_GMK_LEN, label, data, sizeof(data), gtk, gtk_len); in wpa_gmk_to_gtk()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | tdls.c | 377 sha256_prf(key_input, SHA256_MAC_LEN, "TDLS PMK", data, sizeof(data), in wpa_tdls_generate_tpk()
|