/hostap-3.6.0/src/crypto/ |
D | sha256-tlsprf.c | 60 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A) < 0) in tls_prf_sha256()
|
D | sha256.h | 16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
|
D | sha256.c | 100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
|
D | crypto_module_tests.c | 1876 if (hmac_sha256(t->key, t->key_len, t->data, t->data_len, in test_sha256() 2158 if (hmac_sha256(salt1, sizeof(salt1), ikm1, sizeof(ikm1), prk) < 0) in test_extract_expand_hkdf() 2173 if (hmac_sha256(salt2, sizeof(salt2), ikm2, sizeof(ikm2), prk) < 0) in test_extract_expand_hkdf()
|
D | crypto_nettle.c | 178 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
|
D | crypto_gnutls.c | 168 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
|
D | crypto_linux.c | 209 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
|
D | crypto_wolfssl.c | 227 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
|
D | crypto_openssl.c | 1226 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
|
/hostap-3.6.0/src/utils/ |
D | uuid.c | 84 hmac_sha256(uuid, UUID_LEN, (const u8 *) &t, sizeof(t), hash) < 0) in uuid_random()
|
/hostap-3.6.0/src/wps/ |
D | wps_attr_process.c | 74 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash) < 0 || in wps_process_key_wrap_auth()
|
D | wps_common.c | 137 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd, in wps_derive_psk() 141 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, in wps_derive_psk()
|
D | wps_attr_build.c | 382 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg), in wps_build_key_wrap_auth()
|
/hostap-3.6.0/src/eap_server/ |
D | eap_server.c | 744 if (hmac_sha256(erp->rIK, erp->rIK_len, in erp_send_finish_reauth() 929 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, in SM_STATE() 942 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, in SM_STATE() 954 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, in SM_STATE()
|
/hostap-3.6.0/src/eap_common/ |
D | eap_gpsk_common.c | 538 ret = hmac_sha256(sk, sk_len, data, len, mic); in eap_gpsk_compute_mic()
|
D | eap_teap_common.c | 332 res = hmac_sha256(cmk, cmk_len, buffer, buffer_len, tmp); in eap_teap_tls_mac()
|
D | eap_eke_common.c | 578 return hmac_sha256(key, SHA256_MAC_LEN, data, data_len, res); in eap_eke_mac()
|
/hostap-3.6.0/src/common/ |
D | wpa_common.c | 237 if (hmac_sha256(key, key_len, buf, len, hash)) in wpa_eapol_key_mic() 257 if (hmac_sha256(key, key_len, buf, len, hash)) in wpa_eapol_key_mic() 280 if (hmac_sha256(key, key_len, buf, len, hash)) in wpa_eapol_key_mic() 1392 if (hmac_sha256(kck, WPA_PASN_KCK_LEN, buf, buf_len, hash)) in pasn_mic()
|
D | dpp_crypto.c | 153 return hmac_sha256(key, key_len, data, data_len, mac); in dpp_hmac()
|
/hostap-3.6.0/src/eap_peer/ |
D | eap.c | 842 if (hmac_sha256(erp->rIK, erp->rIK_len, in eap_peer_build_erp_reauth_start() 1919 if (hmac_sha256(erp->rIK, erp->rIK_len, (const u8 *) hdr, in eap_peer_finish()
|
/hostap-3.6.0/src/ap/ |
D | ieee802_11.c | 746 if (hmac_sha256(hapd->comeback_key, sizeof(hapd->comeback_key), in comeback_token_hash() 4277 res = hmac_sha256(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_req()
|
/hostap-3.6.0/src/rsn_supp/ |
D | wpa.c | 5185 res = hmac_sha256(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_resp()
|