Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dsha256.h16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
Dsha256-tlsprf.c58 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A); in tls_prf_sha256()
Dsha256.c100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
Dcrypto_openssl.c774 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
/external/wpa_supplicant_8/src/wps/
Dwps_common.c134 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd, in wps_derive_psk()
137 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, in wps_derive_psk()
Dwps_attr_process.c73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash); in wps_process_key_wrap_auth()
Dwps_attr_build.c327 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg), in wps_build_key_wrap_auth()
/external/wpa_supplicant_8/src/eap_common/
Deap_gpsk_common.c540 hmac_sha256(sk, sk_len, data, len, mic); in eap_gpsk_compute_mic()
/external/wpa_supplicant_8/src/common/
Dsae.c611 hmac_sha256(null_key, sizeof(null_key), k, sae->tmp->prime_len, in sae_derive_keys()
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c400 if (hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key), in check_sae_token()
432 hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key), in auth_build_token_req()