/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | sha384-kdf.c | 36 u8 T[SHA384_MAC_LEN]; in hmac_sha384_kdf() 43 len[0] = SHA384_MAC_LEN; in hmac_sha384_kdf() 62 if (clen > SHA384_MAC_LEN) in hmac_sha384_kdf() 63 clen = SHA384_MAC_LEN; in hmac_sha384_kdf() 72 forced_memzero(T, SHA384_MAC_LEN); in hmac_sha384_kdf() 80 forced_memzero(T, SHA384_MAC_LEN); in hmac_sha384_kdf() 85 forced_memzero(T, SHA384_MAC_LEN); in hmac_sha384_kdf()
|
D | sha384-prf.c | 60 u8 hash[SHA384_MAC_LEN]; in sha384_prf_bits() 80 if (plen >= SHA384_MAC_LEN) { in sha384_prf_bits() 84 pos += SHA384_MAC_LEN; in sha384_prf_bits()
|
D | sha384.h | 12 #define SHA384_MAC_LEN 48 macro
|
D | sha384.c | 86 _len[1] = SHA384_MAC_LEN; in hmac_sha384_vector()
|
D | crypto_linux.c | 159 mac, SHA384_MAC_LEN); in sha384_vector() 220 addr, len, mac, SHA384_MAC_LEN); in hmac_sha384_vector() 276 ctx->mac_len = SHA384_MAC_LEN; in crypto_hash_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | sha384-kdf.c | 36 u8 T[SHA384_MAC_LEN]; in hmac_sha384_kdf() 43 len[0] = SHA384_MAC_LEN; in hmac_sha384_kdf() 62 if (clen > SHA384_MAC_LEN) in hmac_sha384_kdf() 63 clen = SHA384_MAC_LEN; in hmac_sha384_kdf() 72 forced_memzero(T, SHA384_MAC_LEN); in hmac_sha384_kdf() 80 forced_memzero(T, SHA384_MAC_LEN); in hmac_sha384_kdf() 85 forced_memzero(T, SHA384_MAC_LEN); in hmac_sha384_kdf()
|
D | sha384-tlsprf.c | 33 u8 A[SHA384_MAC_LEN]; in tls_prf_sha384() 34 u8 P[SHA384_MAC_LEN]; in tls_prf_sha384() 40 len[0] = SHA384_MAC_LEN; in tls_prf_sha384() 60 hmac_sha384(secret, secret_len, A, SHA384_MAC_LEN, A) < 0) in tls_prf_sha384() 64 if (clen > SHA384_MAC_LEN) in tls_prf_sha384() 65 clen = SHA384_MAC_LEN; in tls_prf_sha384()
|
D | sha384-prf.c | 60 u8 hash[SHA384_MAC_LEN]; in sha384_prf_bits() 80 if (plen >= SHA384_MAC_LEN) { in sha384_prf_bits() 84 pos += SHA384_MAC_LEN; in sha384_prf_bits()
|
D | sha384.h | 12 #define SHA384_MAC_LEN 48 macro
|
D | sha384.c | 86 _len[1] = SHA384_MAC_LEN; in hmac_sha384_vector()
|
D | crypto_linux.c | 159 mac, SHA384_MAC_LEN); in sha384_vector() 220 addr, len, mac, SHA384_MAC_LEN); in hmac_sha384_vector() 276 ctx->mac_len = SHA384_MAC_LEN; in crypto_hash_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | wpa_common.c | 491 *pmk_len = SHA384_MAC_LEN; in fils_rmsk_to_pmk() 531 u8 hash[SHA384_MAC_LEN]; in fils_pmkid_erp() 833 u8 hash[SHA384_MAC_LEN]; in wpa_ft_mic() 1561 if (xxkey_len != SHA384_MAC_LEN) { in wpa_derive_pmk_r0() 1564 (int) xxkey_len, SHA384_MAC_LEN); in wpa_derive_pmk_r0() 1658 pmk_r0_len == SHA384_MAC_LEN ? "SHA384" : "SHA256"); in wpa_derive_pmk_r1() 1669 if (pmk_r0_len == SHA384_MAC_LEN && in wpa_derive_pmk_r1() 1678 if (pmk_r0_len != SHA384_MAC_LEN && pmk_r0_len != PMK_LEN) { in wpa_derive_pmk_r1() 1687 pmk_r0_len == SHA384_MAC_LEN); in wpa_derive_pmk_r1() 1741 if (pmk_r1_len != SHA384_MAC_LEN) { in wpa_pmk_r1_to_ptk() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | wpa_common.c | 531 *pmk_len = SHA384_MAC_LEN; in fils_rmsk_to_pmk() 571 u8 hash[SHA384_MAC_LEN]; in fils_pmkid_erp() 906 u8 hash[SHA384_MAC_LEN]; in wpa_ft_mic() 1346 u8 hash[SHA384_MAC_LEN]; in pasn_mic() 1901 if (xxkey_len != SHA384_MAC_LEN) { in wpa_derive_pmk_r0() 1904 (int) xxkey_len, SHA384_MAC_LEN); in wpa_derive_pmk_r0() 2000 pmk_r0_len == SHA384_MAC_LEN ? "SHA384" : "SHA256"); in wpa_derive_pmk_r1() 2011 if (pmk_r0_len == SHA384_MAC_LEN && in wpa_derive_pmk_r1() 2020 if (pmk_r0_len != SHA384_MAC_LEN && pmk_r0_len != PMK_LEN) { in wpa_derive_pmk_r1() 2029 pmk_r0_len == SHA384_MAC_LEN); in wpa_derive_pmk_r1() [all …]
|
D | dpp_crypto.c | 1899 } else if (curve->hash_len == SHA384_MAC_LEN) { in dpp_build_conn_signature() 2102 } else if (hash_len == SHA384_MAC_LEN) { in dpp_build_csr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | sta_info.h | 93 u8 hash[SHA384_MAC_LEN];
|
D | wpa_auth_ft.c | 2061 SHA384_MAC_LEN : PMK_LEN; in wpa_ft_store_pmk_fils() 2085 SHA384_MAC_LEN : PMK_LEN; in wpa_auth_derive_ptk_ft() 3085 pmk_r1_len = use_sha384 ? SHA384_MAC_LEN : PMK_LEN; in wpa_ft_process_auth_req() 4072 (f_pmk_r1_len == PMK_LEN || f_pmk_r1_len == SHA384_MAC_LEN)) in wpa_ft_rrb_rx_r1()
|
D | wpa_auth.c | 2129 os_memcpy(sm->xxkey, msk, SHA384_MAC_LEN); in SM_STATE() 2130 sm->xxkey_len = SHA384_MAC_LEN; in SM_STATE()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | wpa_ft.c | 46 sm->pmk_r0_len = use_sha384 ? SHA384_MAC_LEN : PMK_LEN; in wpa_derive_ptk_ft()
|
D | wpa.c | 331 os_memcpy(sm->xxkey, buf, SHA384_MAC_LEN); in wpa_supplicant_get_pmk() 332 sm->xxkey_len = SHA384_MAC_LEN; in wpa_supplicant_get_pmk() 4048 sm->pmk_r0_len = use_sha384 ? SHA384_MAC_LEN : PMK_LEN; in fils_ft_build_assoc_req_rsne() 4646 hash_len = SHA384_MAC_LEN; in owe_process_assoc_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | wpa.c | 341 os_memcpy(sm->xxkey, buf, SHA384_MAC_LEN); in wpa_supplicant_get_pmk() 342 sm->xxkey_len = SHA384_MAC_LEN; in wpa_supplicant_get_pmk() 4550 sm->pmk_r0_len = use_sha384 ? SHA384_MAC_LEN : PMK_LEN; in fils_ft_build_assoc_req_rsne() 5158 hash_len = SHA384_MAC_LEN; in owe_process_assoc_resp()
|
D | wpa_ft.c | 57 sm->pmk_r0_len = use_sha384 ? SHA384_MAC_LEN : PMK_LEN; in wpa_derive_ptk_ft()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth_ft.c | 2058 SHA384_MAC_LEN : PMK_LEN; in wpa_ft_store_pmk_fils() 2082 SHA384_MAC_LEN : PMK_LEN; in wpa_auth_derive_ptk_ft() 2894 pmk_r1_len = use_sha384 ? SHA384_MAC_LEN : PMK_LEN; in wpa_ft_process_auth_req() 3844 (f_pmk_r1_len == PMK_LEN || f_pmk_r1_len == SHA384_MAC_LEN)) in wpa_ft_rrb_rx_r1()
|
D | wpa_auth.c | 2047 os_memcpy(sm->xxkey, msk, SHA384_MAC_LEN); in SM_STATE() 2048 sm->xxkey_len = SHA384_MAC_LEN; in SM_STATE() 2284 size_t pmk_r0_len = use_sha384 ? SHA384_MAC_LEN : PMK_LEN; in fils_auth_pmk_to_ptk()
|
D | ieee802_11.c | 2722 hash_len = SHA384_MAC_LEN; in owe_process_assoc_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wpa_supplicant_i.h | 566 u8 hash[SHA384_MAC_LEN];
|