Home
last modified time | relevance | path

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

/hostap-latest/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,
Dtls_mbedtls_alt.c2649 int tls_prf_sha384( in tls_prf_sha384() function
/hostap-latest/src/eap_common/
Deap_teap_common.c79 return tls_prf_sha384(secret, secret_len, label, seed, seed_len, in eap_teap_tls_prf()