Searched refs:SHA512_MAC_LEN (Results 1 – 12 of 12) sorted by relevance
| /freebsd-head/contrib/wpa/src/crypto/ |
| HD | sha512-kdf.c | 36 u8 T[SHA512_MAC_LEN]; in hmac_sha512_kdf() 43 len[0] = SHA512_MAC_LEN; in hmac_sha512_kdf() 62 if (clen > SHA512_MAC_LEN) in hmac_sha512_kdf() 63 clen = SHA512_MAC_LEN; in hmac_sha512_kdf() 72 forced_memzero(T, SHA512_MAC_LEN); in hmac_sha512_kdf() 80 forced_memzero(T, SHA512_MAC_LEN); in hmac_sha512_kdf() 85 forced_memzero(T, SHA512_MAC_LEN); in hmac_sha512_kdf()
|
| HD | sha512-prf.c | 60 u8 hash[SHA512_MAC_LEN]; in sha512_prf_bits() 80 if (plen >= SHA512_MAC_LEN) { in sha512_prf_bits() 84 pos += SHA512_MAC_LEN; in sha512_prf_bits()
|
| HD | sha512.h | 12 #define SHA512_MAC_LEN 64 macro
|
| HD | sha512.c | 86 _len[1] = SHA512_MAC_LEN; in hmac_sha512_vector()
|
| /freebsd-head/contrib/wpa/src/common/ |
| HD | wpa_common.c | 211 u8 hash[SHA512_MAC_LEN]; in wpa_eapol_key_mic() 994 u8 hash[SHA512_MAC_LEN]; in wpa_ft_mic() 2193 xxkey_len == SHA512_MAC_LEN)) in wpa_derive_pmk_r0() 2234 if (q == SHA512_MAC_LEN) { in wpa_derive_pmk_r0() 2235 if (xxkey_len != SHA512_MAC_LEN) { in wpa_derive_pmk_r0() 2238 (int) xxkey_len, SHA512_MAC_LEN); in wpa_derive_pmk_r0() 2283 if (q == SHA512_MAC_LEN) in wpa_derive_pmk_r0() 2335 if (pmk_r1_len == SHA512_MAC_LEN) { in wpa_derive_pmk_r1_name() 2390 if (pmk_r0_len == SHA512_MAC_LEN) in wpa_derive_pmk_r1() 2444 pmk_r1_len == SHA512_MAC_LEN)) in wpa_pmk_r1_to_ptk() [all …]
|
| HD | dpp_crypto.c | 1929 } else if (curve->hash_len == SHA512_MAC_LEN) { in dpp_build_conn_signature() 2132 } else if (hash_len == SHA512_MAC_LEN) { in dpp_build_csr()
|
| /freebsd-head/contrib/wpa/src/ap/ |
| HD | wpa_auth_ft.c | 829 key_len == SHA512_MAC_LEN) in wpa_write_ftie() 844 key_len == SHA512_MAC_LEN) { in wpa_write_ftie() 2133 sm->xxkey_len == SHA512_MAC_LEN)) in wpa_auth_derive_ptk_ft() 2784 key_len == SHA512_MAC_LEN) { in wpa_sm_write_assoc_resp_ies() 3262 for (len = SHA256_MAC_LEN; len <= SHA512_MAC_LEN; len += 16) { in wpa_ft_process_auth_req() 3325 if (pmk_r1_len == SHA512_MAC_LEN) { in wpa_ft_process_auth_req() 3544 sm->pmk_r1_len == SHA512_MAC_LEN) in wpa_ft_validate_reassoc() 4257 f_pmk_r1_len == SHA512_MAC_LEN)) in wpa_ft_rrb_rx_r1()
|
| HD | ieee802_11.c | 3615 u8 prk[SHA512_MAC_LEN], pmkid[SHA512_MAC_LEN]; in owe_process_assoc_req() 3690 hash_len = SHA512_MAC_LEN; in owe_process_assoc_req() 3735 os_memset(prk, 0, SHA512_MAC_LEN); in owe_process_assoc_req() 3748 os_memset(prk, 0, SHA512_MAC_LEN); in owe_process_assoc_req()
|
| HD | wpa_auth.c | 2679 (psk_len == SHA512_MAC_LEN || psk_len == SHA384_MAC_LEN ||
|
| /freebsd-head/contrib/wpa/src/rsn_supp/ |
| HD | wpa_ft.c | 357 sm->pmk_r0_len == SHA512_MAC_LEN) { in wpa_ft_gen_req_ies() 1063 sm->pmk_r1_len == SHA512_MAC_LEN) in wpa_ft_validate_reassoc_resp()
|
| HD | wpa.c | 6495 u8 prk[SHA512_MAC_LEN], pmkid[SHA512_MAC_LEN]; in owe_process_assoc_resp() 6579 hash_len = SHA512_MAC_LEN; in owe_process_assoc_resp() 6629 forced_memzero(prk, SHA512_MAC_LEN); in owe_process_assoc_resp()
|
| /freebsd-head/contrib/wpa/src/eap_peer/ |
| HD | eap_pwd.c | 526 password_len = SHA512_MAC_LEN; in eap_pwd_perform_commit_exchange()
|