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

  /external/wpa_supplicant_8/src/crypto/
sha256-prf.c 33 return sha256_prf_bits(key, key_len, label, data, data_len, buf,
39 * sha256_prf_bits - IEEE Std 802.11-2012, 11.6.1.7.2 Key derivation function
54 int sha256_prf_bits(const u8 *key, size_t key_len, const char *label, function
sha256.h 20 int sha256_prf_bits(const u8 *key, size_t key_len, const char *label,
  /external/wpa_supplicant_8/src/common/
sae.c 312 if (sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking",
352 if (sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking",
    [all...]

Completed in 69 milliseconds