Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dsha384-tlsprf.c29 int tls_prf_sha384(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha384() function
Dsha384.h23 int tls_prf_sha384(const u8 *secret, size_t secret_len,
/external/wpa_supplicant_8/src/eap_common/
Deap_teap_common.c79 return tls_prf_sha384(secret, secret_len, label, seed, seed_len, in eap_teap_tls_prf()