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

/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dsha256-tlsprf.c60 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A) < 0)
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,
H A Dcrypto_nettle.c178 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
H A Dcrypto_gnutls.c168 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
H A Dcrypto_linux.c209 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
H A Dcrypto_module_tests.c1727 if (hmac_sha256(t->key, t->key_len, t->data, t->data_len,
2009 if (hmac_sha256(salt1, sizeof(salt1), ikm1, sizeof(ikm1), prk) < 0)
2024 if (hmac_sha256(salt2, sizeof(salt2), ikm2, sizeof(ikm2), prk) < 0)
H A Dcrypto_wolfssl.c227 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
H A Dcrypto_openssl.c1153 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
/freebsd-12-stable/contrib/wpa/src/utils/
H A Duuid.c84 hmac_sha256(uuid, UUID_LEN, (const u8 *) &t, sizeof(t), hash) < 0)
/freebsd-12-stable/contrib/wpa/src/wps/
H A Dwps_attr_process.c73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash);
H A Dwps_attr_build.c374 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
H A Dwps_common.c137 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd,
141 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN,
/freebsd-12-stable/contrib/wpa/src/eap_common/
H A Deap_gpsk_common.c538 ret = hmac_sha256(sk, sk_len, data, len, mic);
H A Deap_eke_common.c578 return hmac_sha256(key, SHA256_MAC_LEN, data, data_len, res);
H A Deap_teap_common.c323 res = hmac_sha256(cmk, cmk_len, buffer, buffer_len, tmp);
/freebsd-12-stable/contrib/wpa/src/eap_server/
H A Deap_server.c736 if (hmac_sha256(erp->rIK, erp->rIK_len,
920 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
933 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
945 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr,
/freebsd-12-stable/contrib/wpa/src/common/
H A Dwpa_common.c239 if (hmac_sha256(key, key_len, buf, len, hash))
259 if (hmac_sha256(key, key_len, buf, len, hash))
282 if (hmac_sha256(key, key_len, buf, len, hash))
H A Dsae.c707 hmac_sha256(null_key, sizeof(null_key), k, sae->tmp->prime_len,
H A Ddpp.c445 return hmac_sha256(key, key_len, data, data_len, mac);
/freebsd-12-stable/contrib/wpa/src/eap_peer/
H A Deap.c833 if (hmac_sha256(erp->rIK, erp->rIK_len,
1881 if (hmac_sha256(erp->rIK, erp->rIK_len, (const u8 *) hdr,
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dieee802_11.c541 hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
2750 res = hmac_sha256(wpabuf_head(hkey), wpabuf_len(hkey),
/freebsd-12-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c4673 res = hmac_sha256(wpabuf_head(hkey), wpabuf_len(hkey),

Completed in 1004 milliseconds