/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.in | 100 authentication_algorithm hmac_sha1; 118 authentication_algorithm hmac_sha1, hmac_md5;
|
D | racoon.conf.sample-inherit | 53 authentication_algorithm hmac_sha1, hmac_md5;
|
D | racoon.conf.sample-plainrsa | 44 authentication_algorithm hmac_sha1, hmac_md5;
|
D | racoon.conf.sample-gssapi | 41 authentication_algorithm hmac_sha1, hmac_md5;
|
D | racoon.conf.sample | 59 authentication_algorithm hmac_sha1, hmac_md5 ;
|
D | racoon.conf.sample-natt | 95 authentication_algorithm hmac_sha1;
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
D | racoon.conf | 31 authentication_algorithm hmac_sha1;
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/ |
D | racoon.conf | 39 authentication_algorithm hmac_sha1;
|
D | racoon.conf-radius | 39 authentication_algorithm hmac_sha1;
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | sha1.h | 22 void hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
|
D | sha1.c | 103 void hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function 288 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf() 334 hmac_sha1((u8 *) passphrase, passphrase_len, tmp, SHA1_MAC_LEN, in pbkdf2_sha1_f()
|
/external/wpa_supplicant/ |
D | sha1.h | 22 void hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
|
D | sha1.c | 103 void hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function 288 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf() 331 hmac_sha1((u8 *) passphrase, passphrase_len, tmp, SHA1_MAC_LEN, in pbkdf2_sha1_f()
|
D | eap_fast.c | 1308 hmac_sha1(cmk, 20, (u8 *) _bind, bind_len, _bind->compound_mac); in eap_fast_process_crypto_binding() 1355 hmac_sha1(cmk, 20, (u8 *) rbind, sizeof(*rbind), rbind->compound_mac); in eap_fast_process_crypto_binding()
|
D | wpa.c | 934 hmac_sha1(key, 16, buf, len, hash); in wpa_eapol_key_mic()
|
/external/wpa_supplicant/tests/ |
D | test_sha1.c | 157 hmac_sha1(cmk, 20, tlv, sizeof(tlv), tlv + sizeof(tlv) - 20); in test_eap_fast()
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
D | test_sha1.c | 176 hmac_sha1(cmk, 20, tlv, sizeof(tlv), tlv + sizeof(tlv) - 20); in test_eap_fast()
|
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
D | wpa_common.c | 56 hmac_sha1(key, 16, buf, len, hash); in wpa_eapol_key_mic()
|
/external/openssl/crypto/objects/ |
D | obj_mac.num | 781 hmac_sha1 781
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | eap_fast.c | 665 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, in eap_fast_build_crypto_binding() 1212 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, (u8 *) b, bind_len, in eap_fast_validate_crypto_binding()
|
D | eap_peap.c | 626 hmac_sha1(data->cmk, 20, buf, sizeof(buf), mac); in eap_tlv_validate_cryptobinding()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | eap_fast.c | 620 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) rbind, sizeof(*rbind), in eap_fast_write_crypto_binding() 760 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) _bind, bind_len, in eap_fast_process_crypto_binding()
|
D | eap_peap.c | 428 hmac_sha1(data->cmk, 20, buf, sizeof(buf), mac); in eap_tlv_validate_cryptobinding()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
D | ikev2_common.c | 70 hmac_sha1(key, key_len, data, data_len, tmphash); in ikev2_integ_hash()
|