Home
last modified time | relevance | path

Searched refs:hmac_sha256 (Results 1 – 25 of 45) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dsha256-tlsprf.c60 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A) < 0) in tls_prf_sha256()
Dsha256.h16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
Dsha256.c100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
Dcrypto_module_tests.c1727 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()
Dcrypto_nettle.c178 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
Dcrypto_gnutls.c168 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/
Dsha256-tlsprf.c60 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A) < 0) in tls_prf_sha256()
Dsha256.h16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
Dsha256.c100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
Dcrypto_module_tests.c1876 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()
Dcrypto_nettle.c178 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/
Duuid.c84 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/
Duuid.c84 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/
Dwps_attr_process.c73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash); in wps_process_key_wrap_auth()
Dwps_common.c137 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()
Dwps_attr_build.c374 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/
Dwps_attr_process.c74 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash) < 0 || in wps_process_key_wrap_auth()
Dwps_common.c137 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()
Dwps_attr_build.c382 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/
Deap_server.c744 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/
Deap_server.c736 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/
Deap_gpsk_common.c538 ret = hmac_sha256(sk, sk_len, data, len, mic); in eap_gpsk_compute_mic()
Deap_teap_common.c332 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/
Deap_gpsk_common.c538 ret = hmac_sha256(sk, sk_len, data, len, mic); in eap_gpsk_compute_mic()
Deap_teap_common.c323 res = hmac_sha256(cmk, cmk_len, buffer, buffer_len, tmp); in eap_teap_tls_mac()

12