Searched refs:sha1_t_prf (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/src/eap_common/ |
H A 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()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | sha1-tprf.c | 29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, in sha1_t_prf() function
|
H A D | sha1.h | 20 int sha1_t_prf(const u8 *key, size_t key_len, const char *label,
|
H A D | crypto_module_tests.c | 1096 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 D | eap_server_fast.c | 385 sha1_t_prf(data->simck, EAP_FAST_SIMCK_LEN, in eap_fast_update_icmk()
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_fast.c | 723 if (sha1_t_prf(data->simck, EAP_FAST_SIMCK_LEN, in eap_fast_get_cmk()
|