Searched refs:sha256_prf_bits (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dsha256-prf.c33 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
H A Dsha256.h20 int sha256_prf_bits(const u8 *key, size_t key_len, const char *label,
/freebsd-12-stable/contrib/wpa/src/common/
H A Dsae.c154 if (sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking",
202 if (sha256_prf_bits(pwd_seed, SHA256_MAC_LEN, "SAE Hunting and Pecking",

Completed in 64 milliseconds