Home
last modified time | relevance | path

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

/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/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/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.c103 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.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()
Dsha1-tlsprf.c89 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf_sha1_md5()
Dcrypto_module_tests.c995 if (hmac_sha1(cmk, 20, tlv, sizeof(tlv), tlv + sizeof(tlv) - 20) < 0 || in test_eap_fast()
Dcrypto_openssl.c1002 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
/external/syslinux/gpxe/src/crypto/axtls/
Dcrypto.h120 void hmac_sha1(const uint8_t *msg, int length, const uint8_t *key,
/external/boringssl/src/crypto/obj/
Dobj_mac.num772 hmac_sha1 781
/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c666 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, in eap_fast_build_crypto_binding()
1222 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, (u8 *) b, bind_len, in eap_fast_validate_crypto_binding()
Deap_server_peap.c637 hmac_sha1(data->cmk, 20, buf, sizeof(buf), mac); in eap_tlv_validate_cryptobinding()
/external/wpa_supplicant_8/src/eap_common/
Dikev2_common.c65 if (hmac_sha1(key, key_len, data, data_len, tmphash) < 0) in ikev2_integ_hash()
Deap_eke_common.c598 return hmac_sha1(key, SHA1_MAC_LEN, data, data_len, res); in eap_eke_mac()
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast.c634 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) rbind, sizeof(*rbind), in eap_fast_write_crypto_binding()
775 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) _bind, bind_len, in eap_fast_process_crypto_binding()
Deap_peap.c436 hmac_sha1(data->cmk, 20, buf, sizeof(buf), mac); in eap_tlv_validate_cryptobinding()
/external/wpa_supplicant_8/src/common/
Dwpa_common.c102 if (hmac_sha1(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()