Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
Dracoon.conf31 authentication_algorithm hmac_sha1;
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/
Dracoon.conf39 authentication_algorithm hmac_sha1;
Dracoon.conf-radius39 authentication_algorithm hmac_sha1;
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.in100 authentication_algorithm hmac_sha1;
118 authentication_algorithm hmac_sha1, hmac_md5;
Dracoon.conf.sample-inherit53 authentication_algorithm hmac_sha1, hmac_md5;
Dracoon.conf.sample-plainrsa44 authentication_algorithm hmac_sha1, hmac_md5;
Dracoon.conf.sample-gssapi41 authentication_algorithm hmac_sha1, hmac_md5;
Dracoon.conf.sample59 authentication_algorithm hmac_sha1, hmac_md5 ;
Dracoon.conf.sample-natt95 authentication_algorithm hmac_sha1;
/external/wpa_supplicant_8/src/crypto/
Dsha1.h16 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
Dsha1.c100 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()
Dsha1-tlsprf.c89 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf_sha1_md5()
Drandom.c107 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) pool, in random_extract()
113 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) buf, in random_extract()
Dcrypto_openssl.c733 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
/external/openssl/crypto/objects/
Dobj_mac.num781 hmac_sha1 781
/external/chromium_org/third_party/openssl/openssl/crypto/objects/
Dobj_mac.num781 hmac_sha1 781
/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c660 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, in eap_fast_build_crypto_binding()
1211 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, (u8 *) b, bind_len, in eap_fast_validate_crypto_binding()
Deap_server_peap.c627 hmac_sha1(data->cmk, 20, buf, sizeof(buf), mac); in eap_tlv_validate_cryptobinding()
/external/wpa_supplicant_8/src/eap_common/
Deap_eke_common.c606 return hmac_sha1(key, SHA1_MAC_LEN, data, data_len, res); in eap_eke_mac()
Dikev2_common.c65 hmac_sha1(key, key_len, data, data_len, tmphash); in ikev2_integ_hash()
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast.c618 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) rbind, sizeof(*rbind), in eap_fast_write_crypto_binding()
758 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) _bind, bind_len, in eap_fast_process_crypto_binding()
Deap_peap.c427 hmac_sha1(data->cmk, 20, buf, sizeof(buf), mac); in eap_tlv_validate_cryptobinding()
/external/wpa_supplicant_8/src/common/
Dwpa_common.c51 if (hmac_sha1(key, 16, buf, len, hash)) in wpa_eapol_key_mic()