Home
last modified time | relevance | path

Searched refs:hmac_sha1 (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Dsha1.h16 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
H A Dsha1.c104 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
H A Dsha1-pbkdf2.c46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp, in pbkdf2_sha1_f()
H A Drandom.c112 hmac_sha1(stub_key, sizeof(stub_key), (const u8 *) pool, in random_extract()
118 hmac_sha1(stub_key, sizeof(stub_key), (const u8 *) buf, in random_extract()
H A Dsha1-tlsprf.c86 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf_sha1_md5()
H A Dcrypto_nettle.c151 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
H A Dcrypto_gnutls.c151 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
H A Dcrypto_linux.c194 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
H A Dcrypto_module_tests.c1144 if (hmac_sha1(cmk, 20, tlv, sizeof(tlv), tlv + sizeof(tlv) - 20) < 0 || in test_eap_fast()
H A Dcrypto_wolfssl.c210 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
H A Dcrypto_openssl.c1209 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
/freebsd/contrib/wpa/src/eap_common/
H A Deap_teap_common.c329 res = hmac_sha1(cmk, cmk_len, buffer, buffer_len, tmp); in eap_teap_tls_mac()
H A Dikev2_common.c65 if (hmac_sha1(key, key_len, data, data_len, tmphash) < 0) in ikev2_integ_hash()
H A Deap_eke_common.c576 return hmac_sha1(key, SHA1_MAC_LEN, data, data_len, res); in eap_eke_mac()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_fast.c667 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, in eap_fast_build_crypto_binding()
1235 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, (u8 *) b, bind_len, in eap_fast_validate_crypto_binding()
H A Deap_server_peap.c672 hmac_sha1(data->cmk, 20, buf, sizeof(buf), mac); in eap_tlv_validate_cryptobinding()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_mac.num781 hmac_sha1 781
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_fast.c654 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) rbind, sizeof(*rbind), in eap_fast_write_crypto_binding()
795 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) _bind, bind_len, in eap_fast_process_crypto_binding()
H A Deap_peap.c439 hmac_sha1(data->cmk, 20, buf, sizeof(buf), mac); in eap_tlv_validate_cryptobinding()
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.c211 if (hmac_sha1(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()