HomeSort by relevance Sort by last modified time
    Searched refs:fips186_2_prf (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant/
crypto.h 70 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen);
crypto_gnutls.c 95 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) function
crypto.c 103 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) function
eap_sim_common.c 27 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen);
sha1.c 411 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) function
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto.h 70 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
crypto_gnutls.c 95 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) function
crypto_openssl.c 105 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) function
sha1.c 417 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) function
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sim_common.c 29 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen);

Completed in 153 milliseconds