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

/freebsd-11.0-release/contrib/wpa/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,
H A Dcrypto_openssl.c851 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
H A Dcrypto_module_tests.c1538 if (hmac_sha256(t->key, t->key_len, t->data, t->data_len,
/freebsd-11.0-release/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.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,
/freebsd-11.0-release/contrib/wpa/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);
/freebsd-11.0-release/contrib/wpa/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,
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dieee802_11.c437 if (hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
471 hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap.c602 if (hmac_sha256(erp->rIK, erp->rIK_len,
1673 if (hmac_sha256(erp->rIK, erp->rIK_len, (const u8 *) hdr,
/freebsd-11.0-release/contrib/wpa/src/common/
H A Dsae.c805 hmac_sha256(null_key, sizeof(null_key), k, sae->tmp->prime_len,
H A Dwpa_common.c94 if (hmac_sha256(key, key_len, buf, len, hash))

Completed in 297 milliseconds