Searched refs:hmac_sha256 (Results 1 - 25 of 49) 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.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
H A Dsha256.h16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
/external/wpa_supplicant_8/src/crypto/
H A Dsha256-tlsprf.c58 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A);
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
H A Dsha256.h16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
/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.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
H A Dsha256.h16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
/external/mmc-utils/3rdparty/hmac_sha/
H A Dhmac_sha2.h113 void hmac_sha256(const unsigned char *key, unsigned int key_size,
H A Dhmac_sha2.c203 void hmac_sha256(const unsigned char *key, unsigned int key_size, function
531 hmac_sha256(keys[i], keys_len[i], (unsigned char *) messages[i],
/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.c364 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.c364 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.c364 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_gpsk_common.c538 ret = hmac_sha256(sk, sk_len, data, len, mic);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server.c731 if (hmac_sha256(erp->rIK, erp->rIK_len,
915 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
928 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
940 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
/external/wpa_supplicant_8/src/eap_common/
H A Deap_gpsk_common.c538 ret = hmac_sha256(sk, sk_len, data, len, mic);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server.c731 if (hmac_sha256(erp->rIK, erp->rIK_len,
915 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
928 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
940 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_gpsk_common.c538 ret = hmac_sha256(sk, sk_len, data, len, mic);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server.c731 if (hmac_sha256(erp->rIK, erp->rIK_len,
915 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
928 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
940 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,

Completed in 403 milliseconds

12