Home
last modified time | relevance | path

Searched refs:fips186_2_prf (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Dfips_prf_internal.c17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
H A Dfips_prf_wolfssl.c36 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
H A Dfips_prf_openssl.c61 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
H A Dcrypto.h70 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
H A Dcrypto_module_tests.c2054 if (fips186_2_prf(xkey, sizeof(xkey), buf, sizeof(buf)) < 0 || in test_fips186_2_prf()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_sim_common.c24 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen); in eap_sim_prf()