Searched refs:sha1_t_prf (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_fast_common.c | 87 sha1_t_prf(pac_key, EAP_FAST_PAC_KEY_LEN, in eap_fast_derive_master_secret() 120 if (sha1_t_prf(simck, EAP_FAST_SIMCK_LEN, in eap_fast_derive_eap_msk() 138 if (sha1_t_prf(simck, EAP_FAST_SIMCK_LEN, in eap_fast_derive_eap_emsk()
|
/external/wpa_supplicant_8/src/crypto/ |
D | sha1-tprf.c | 29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, in sha1_t_prf() function
|
D | sha1.h | 20 int sha1_t_prf(const u8 *key, size_t key_len, const char *label,
|
D | crypto_module_tests.c | 947 if (sha1_t_prf(pac_key, sizeof(pac_key), in test_eap_fast() 967 if (sha1_t_prf(sks, sizeof(sks), "Inner Methods Compound Keys", in test_eap_fast() 978 if (sha1_t_prf(simck, 40, "Session Key Generating Function", in test_eap_fast() 986 if (sha1_t_prf(simck, 40, "Extended Session Key Generating Function", in test_eap_fast()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_fast.c | 396 sha1_t_prf(data->simck, EAP_FAST_SIMCK_LEN, in eap_fast_update_icmk()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_fast.c | 713 if (sha1_t_prf(data->simck, EAP_FAST_SIMCK_LEN, in eap_fast_get_cmk()
|