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

12

/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dsha256.h22 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
H A Dsha256.c95 * hmac_sha256 - HMAC-SHA256 over data buffer (RFC 2104)
102 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha256.h16 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
H A Dsha256-tlsprf.c58 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A);
H A Dsha256.c89 * hmac_sha256 - HMAC-SHA256 over data buffer (RFC 2104)
96 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
/external/wpa_supplicant_8/src/crypto/
H A Dsha256.h16 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
H A Dsha256-tlsprf.c58 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A);
H A Dsha256.c89 * hmac_sha256 - HMAC-SHA256 over data buffer (RFC 2104)
96 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha256.h16 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
H A Dsha256-tlsprf.c58 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A);
H A Dsha256.c89 * hmac_sha256 - HMAC-SHA256 over data buffer (RFC 2104)
96 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_common.c136 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd,
139 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN,
H A Dwps_attr_build.c218 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
H A Dwps_attr_process.c79 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash);
/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_common.c134 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd,
137 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN,
H A Dwps_attr_build.c303 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
/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_common.c134 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd,
137 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_common.c134 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd,
137 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN,
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_gpsk_common.c414 hmac_sha256(sk, sk_len, data, len, mic);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_gpsk_common.c405 hmac_sha256(sk, sk_len, data, len, mic);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_gpsk_common.c405 hmac_sha256(sk, sk_len, data, len, mic);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_gpsk_common.c405 hmac_sha256(sk, sk_len, data, len, mic);

Completed in 913 milliseconds

12