Home
last modified time | relevance | path

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

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