Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_common/
H A 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()
/freebsd/contrib/wpa/src/crypto/
H A Dsha1-tprf.c29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, in sha1_t_prf() function
H A Dsha1.h20 int sha1_t_prf(const u8 *key, size_t key_len, const char *label,
H A Dcrypto_module_tests.c1096 if (sha1_t_prf(pac_key, sizeof(pac_key), in test_eap_fast()
1116 if (sha1_t_prf(sks, sizeof(sks), "Inner Methods Compound Keys", in test_eap_fast()
1127 if (sha1_t_prf(simck, 40, "Session Key Generating Function", in test_eap_fast()
1135 if (sha1_t_prf(simck, 40, "Extended Session Key Generating Function", in test_eap_fast()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_fast.c385 sha1_t_prf(data->simck, EAP_FAST_SIMCK_LEN, in eap_fast_update_icmk()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_fast.c723 if (sha1_t_prf(data->simck, EAP_FAST_SIMCK_LEN, in eap_fast_get_cmk()