/external/wpa_supplicant_8/src/crypto/ |
D | fips_prf_nss.c | 22 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
|
D | fips_prf_gnutls.c | 22 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
|
D | fips_prf_cryptoapi.c | 21 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
|
D | fips_prf_internal.c | 23 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
|
D | fips_prf_openssl.c | 32 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
|
D | crypto.h | 89 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
|
/external/wpa_supplicant/ |
D | crypto.h | 70 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen);
|
D | crypto_gnutls.c | 95 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
|
D | crypto.c | 103 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
|
D | eap_sim_common.c | 27 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen); in eap_sim_prf()
|
D | sha1.c | 411 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/ |
D | crypto.h | 70 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
|
D | crypto_gnutls.c | 95 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
|
D | crypto_openssl.c | 105 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
|
D | sha1.c | 417 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf() function
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_sim_common.c | 30 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen); in eap_sim_prf()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
D | eap_sim_common.c | 29 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen); in eap_sim_prf()
|