Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Dcrypto.h70 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen);
Dcrypto_gnutls.c95 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
Dcrypto.c103 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
Deap_sim_common.c27 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen); in eap_sim_prf()
Dsha1.c411 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dcrypto.h70 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
Dcrypto_openssl.c105 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
Dcrypto_gnutls.c95 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
Dsha1.c417 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
Deap_sim_common.c29 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen); in eap_sim_prf()