Home
last modified time | relevance | path

Searched defs:tls_prf (Results 1 – 3 of 3) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_common.c321 int tls_prf(u16 ver, const u8 *secret, size_t secret_len, const char *label, in tls_prf() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_common.c321 int tls_prf(u16 ver, const u8 *secret, size_t secret_len, const char *label, in tls_prf() function
/third_party/mbedtls/include/mbedtls/
Dssl_internal.h470 int (*tls_prf)(const unsigned char *, size_t, const char *, member