Searched refs:tls_prf_sha384 (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/crypto/ |
D | sha384-tlsprf.c | 29 int tls_prf_sha384(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha384() function
|
D | sha384.h | 23 int tls_prf_sha384(const u8 *secret, size_t secret_len,
|
D | tls_mbedtls_alt.c | 2649 int tls_prf_sha384( in tls_prf_sha384() function
|
/hostap-latest/src/eap_common/ |
D | eap_teap_common.c | 79 return tls_prf_sha384(secret, secret_len, label, seed, seed_len, in eap_teap_tls_prf()
|