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