/third_party/wpa_supplicant/wpa_supplicant-2.9/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 | 1727 if (hmac_sha256(t->key, t->key_len, t->data, t->data_len, in test_sha256() 2009 if (hmac_sha256(salt1, sizeof(salt1), ikm1, sizeof(ikm1), prk) < 0) in test_extract_expand_hkdf() 2024 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
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | uuid.c | 84 hmac_sha256(uuid, UUID_LEN, (const u8 *) &t, sizeof(t), hash) < 0) in uuid_random()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | uuid.c | 84 hmac_sha256(uuid, UUID_LEN, (const u8 *) &t, sizeof(t), hash) < 0) in uuid_random()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_attr_process.c | 73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash); 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 | 374 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg), in wps_build_key_wrap_auth()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap_server.c | 736 if (hmac_sha256(erp->rIK, erp->rIK_len, in erp_send_finish_reauth() 920 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, in SM_STATE() 933 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, in SM_STATE() 945 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, in SM_STATE()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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 | 323 res = hmac_sha256(cmk, cmk_len, buffer, buffer_len, tmp); in eap_teap_tls_mac()
|