Home
last modified time | relevance | path

Searched refs:tls_prf_sha1_md5 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha1.h22 int __must_check tls_prf_sha1_md5(const u8 *secret, size_t secret_len,
Dsha1-tlsprf.c30 int tls_prf_sha1_md5(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha1_md5() function
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_common.c332 return tls_prf_sha1_md5(secret, secret_len, label, seed, seed_len, out, in tls_prf()