Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dsha256-tlsprf.c29 int tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha256() function
H A Dsha256.h23 int tls_prf_sha256(const u8 *secret, size_t secret_len,
H A Dtls_wolfssl.c2103 tls_prf_sha256(master_key, master_key_len, in tls_connection_get_eap_fast_key()
H A Dtls_openssl.c4473 tls_prf_sha256(master_key, master_key_len, in tls_connection_get_eap_fast_key()
/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_common.c326 tls_prf_sha256(secret, secret_len, label, seed, seed_len, in tls_prf()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_teap_common.c81 return tls_prf_sha256(secret, secret_len, label, seed, seed_len, in eap_teap_tls_prf()