Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dsha1.h16 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
Dsha1.c104 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
Dsha1-pbkdf2.c46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp, in pbkdf2_sha1_f()
Drandom.c113 hmac_sha1(stub_key, sizeof(stub_key), (const u8 *) pool, in random_extract()
119 hmac_sha1(stub_key, sizeof(stub_key), (const u8 *) buf, in random_extract()
Dsha1-tlsprf.c86 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf_sha1_md5()
Dcrypto_nettle.c151 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
Dcrypto_gnutls.c151 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dsha1.h16 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
Dsha1.c104 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
Dsha1-pbkdf2.c46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp, in pbkdf2_sha1_f()
Drandom.c113 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) pool, in random_extract()
119 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) buf, in random_extract()
Dsha1-tlsprf.c86 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf_sha1_md5()
Dcrypto_nettle.c151 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
Dcrypto_gnutls.c151 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_teap_common.c320 res = hmac_sha1(cmk, cmk_len, buffer, buffer_len, tmp); in eap_teap_tls_mac()
Dikev2_common.c65 if (hmac_sha1(key, key_len, data, data_len, tmphash) < 0) in ikev2_integ_hash()
Deap_eke_common.c576 return hmac_sha1(key, SHA1_MAC_LEN, data, data_len, res); in eap_eke_mac()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_teap_common.c329 res = hmac_sha1(cmk, cmk_len, buffer, buffer_len, tmp); in eap_teap_tls_mac()
Dikev2_common.c65 if (hmac_sha1(key, key_len, data, data_len, tmphash) < 0) in ikev2_integ_hash()
Deap_eke_common.c576 return hmac_sha1(key, SHA1_MAC_LEN, data, data_len, res); in eap_eke_mac()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_fast.c665 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, in eap_fast_build_crypto_binding()
1221 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, (u8 *) b, bind_len, in eap_fast_validate_crypto_binding()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
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()
/third_party/openssl/crypto/objects/
Dobj_mac.num781 hmac_sha1 781
/third_party/node/deps/openssl/openssl/crypto/objects/
Dobj_mac.num781 hmac_sha1 781
/third_party/rust/crates/rust-openssl/openssl/src/
Dsign.rs771 fn hmac_sha1() { in hmac_sha1() function

12