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