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

  /external/wpa_supplicant_8/src/crypto/
fips_prf_internal.c 17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) function
fips_prf_openssl.c 48 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) function
crypto.h 68 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
crypto_module_tests.c     [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.c 24 return fips186_2_prf(key, EAP_SIM_MK_LEN, x, xlen);

Completed in 567 milliseconds