Searched refs:tls_prf_sha1_md5 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | sha1.h | 22 int __must_check tls_prf_sha1_md5(const u8 *secret, size_t secret_len,
|
H A D | sha1-tlsprf.c | 30 int tls_prf_sha1_md5(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha1_md5() function
|
H A D | crypto_module_tests.c | 1106 if (tls_prf_sha1_md5(master_secret, sizeof(master_secret), in test_eap_fast()
|
H A D | tls_wolfssl.c | 2113 ret = tls_prf_sha1_md5(master_key, master_key_len, in tls_connection_get_eap_fast_key()
|
H A D | tls_openssl.c | 4477 } else if (tls_prf_sha1_md5(master_key, master_key_len, in tls_connection_get_eap_fast_key()
|
/freebsd/contrib/wpa/src/tls/ |
H A D | tlsv1_common.c | 332 return tls_prf_sha1_md5(secret, secret_len, label, seed, seed_len, out, in tls_prf()
|