Searched refs:hmac_sha256 (Results 1 - 25 of 36) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha256-tlsprf.c58 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A);
H A Dsha256.h16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
H A Dsha256.c92 * hmac_sha256 - HMAC-SHA256 over data buffer (RFC 2104)
100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
/external/wpa_supplicant_8/src/crypto/
H A Dsha256-tlsprf.c58 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A);
H A Dsha256.h16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
H A Dsha256.c92 * hmac_sha256 - HMAC-SHA256 over data buffer (RFC 2104)
100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha256-tlsprf.c58 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A);
H A Dsha256.h16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
H A Dsha256.c92 * hmac_sha256 - HMAC-SHA256 over data buffer (RFC 2104)
100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_process.c73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash);
H A Dwps_attr_build.c346 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
H A Dwps_common.c137 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd,
140 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN,
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_process.c73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash);
H A Dwps_attr_build.c346 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
H A Dwps_common.c137 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd,
140 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_process.c73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash);
H A Dwps_attr_build.c346 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
H A Dwps_common.c137 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd,
140 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN,
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_gpsk_common.c537 hmac_sha256(sk, sk_len, data, len, mic);
H A Deap_eke_common.c608 return hmac_sha256(key, SHA256_MAC_LEN, data, data_len, res);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_gpsk_common.c537 hmac_sha256(sk, sk_len, data, len, mic);
H A Deap_eke_common.c608 return hmac_sha256(key, SHA256_MAC_LEN, data, data_len, res);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_gpsk_common.c537 hmac_sha256(sk, sk_len, data, len, mic);
H A Deap_eke_common.c608 return hmac_sha256(key, SHA256_MAC_LEN, data, data_len, res);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c615 hmac_sha256(null_key, sizeof(null_key), k, sae->tmp->prime_len,

Completed in 1334 milliseconds

12