Home
last modified time | relevance | path

Searched refs:sha1_t_prf (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/eap_common/
Deap_fast_common.c87 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/
Dsha1.h20 int sha1_t_prf(const u8 *key, size_t key_len, const char *label,
Dsha1-tprf.c29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, in sha1_t_prf() function
Dcrypto_module_tests.c947 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/
Deap_server_fast.c396 sha1_t_prf(data->simck, EAP_FAST_SIMCK_LEN, in eap_fast_update_icmk()
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast.c713 if (sha1_t_prf(data->simck, EAP_FAST_SIMCK_LEN, in eap_fast_get_cmk()