Home
last modified time | relevance | path

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

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