Searched refs:sha1_t_prf (Results 1 – 5 of 5) 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() 152 sha1_t_prf(simck, EAP_FAST_SIMCK_LEN, in eap_fast_derive_eap_msk() 168 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,
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_fast.c | 393 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 | 709 sha1_t_prf(data->simck, EAP_FAST_SIMCK_LEN, in eap_fast_get_cmk()
|