H A D | wpa_common.c | 206 u8 hash[SHA512_MAC_LEN]; in wpa_eapol_key_mic() local 222 if (hmac_sha1(key, key_len, buf, len, hash)) in wpa_eapol_key_mic() 224 os_memcpy(mic, hash, MD5_MAC_LEN); in wpa_eapol_key_mic() 242 if (hmac_sha256(key, key_len, buf, len, hash)) in wpa_eapol_key_mic() 246 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic() 251 if (hmac_sha512(key, key_len, buf, len, hash)) in wpa_eapol_key_mic() 260 os_memcpy(mic, hash, key_len); in wpa_eapol_key_mic() 273 if (hmac_sha256(key, key_len, buf, len, hash)) in wpa_eapol_key_mic() 275 os_memcpy(mic, hash, MD5_MAC_LEN); in wpa_eapol_key_mic() 282 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic() 637 u8 hash[SHA384_MAC_LEN]; fils_pmkid_erp() local 972 u8 hash[SHA384_MAC_LEN]; wpa_ft_mic() local 1412 u8 hash[SHA384_MAC_LEN]; pasn_mic() local 1482 pasn_auth_frame_hash(int akmp, int cipher, const u8 *data, size_t len, u8 *hash) pasn_auth_frame_hash() argument 1930 u8 *pos, r0_key_data[64], hash[48]; wpa_derive_pmk_r0() local 2024 u8 hash[48]; wpa_derive_pmk_r1_name() local 2114 u8 *pos, hash[32]; wpa_pmk_r1_to_ptk() local 2268 unsigned char hash[SHA384_MAC_LEN]; rsn_pmkid() local 2311 unsigned char hash[SHA256_MAC_LEN]; rsn_pmkid_suite_b() local 2344 unsigned char hash[SHA384_MAC_LEN]; rsn_pmkid_suite_b_192() local 3061 fils_domain_name_hash(const char *domain, u8 *hash) fils_domain_name_hash() argument [all...] |