Searched refs:fips186_2_prf (Results 1 - 12 of 12) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | fips_prf_internal.c | 17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
|
H A D | fips_prf_wolfssl.c | 36 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
|
H A D | fips_prf_openssl.c | 48 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
|
H A D | crypto.h | 68 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
|
H A D | crypto_module_tests.c | 1905 if (fips186_2_prf(xkey, sizeof(xkey), buf, sizeof(buf)) < 0 || in test_fips186_2_prf() 1907 wpa_printf(MSG_INFO, "fips186_2_prf failed"); in test_fips186_2_prf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | fips_prf_internal.c | 17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
|
H A D | fips_prf_wolfssl.c | 36 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
|
H A D | fips_prf_openssl.c | 48 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
|
H A D | crypto.h | 68 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
|
H A D | crypto_module_tests.c | 2054 if (fips186_2_prf(xkey, sizeof(xkey), buf, sizeof(buf)) < 0 || in test_fips186_2_prf() 2056 wpa_printf(MSG_INFO, "fips186_2_prf failed"); in test_fips186_2_prf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_sim_common.c | 24 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen); in eap_sim_prf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_sim_common.c | 28 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen); in eap_sim_prf()
|
Completed in 14 milliseconds