Searched refs:tls_prf_sha256 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | sha256-tlsprf.c | 29 int tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha256() function
|
H A D | sha256.h | 23 int tls_prf_sha256(const u8 *secret, size_t secret_len,
|
H A D | tls_wolfssl.c | 2103 tls_prf_sha256(master_key, master_key_len, in tls_connection_get_eap_fast_key()
|
H A D | tls_openssl.c | 4473 tls_prf_sha256(master_key, master_key_len, in tls_connection_get_eap_fast_key()
|
/freebsd/contrib/wpa/src/tls/ |
H A D | tlsv1_common.c | 326 tls_prf_sha256(secret, secret_len, label, seed, seed_len, in tls_prf()
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_teap_common.c | 81 return tls_prf_sha256(secret, secret_len, label, seed, seed_len, in eap_teap_tls_prf()
|