/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_8/src/crypto/ |
D | sha1.h | 16 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
|
D | sha1.c | 103 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
|
D | sha1-pbkdf2.c | 46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp, in pbkdf2_sha1_f()
|
D | random.c | 112 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) pool, in random_extract() 118 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) buf, in random_extract()
|
D | sha1-tlsprf.c | 86 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf_sha1_md5()
|
D | crypto_nettle.c | 151 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
|
D | crypto_gnutls.c | 151 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
|
D | crypto_linux.c | 194 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() function
|
D | crypto_module_tests.c | 995 if (hmac_sha1(cmk, 20, tlv, sizeof(tlv), tlv + sizeof(tlv) - 20) < 0 || in test_eap_fast()
|
/external/boringssl/src/crypto/obj/ |
D | obj_mac.num | 772 hmac_sha1 781
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_fast.c | 665 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()
|
D | eap_server_peap.c | 641 hmac_sha1(data->cmk, 20, buf, sizeof(buf), mac); in eap_tlv_validate_cryptobinding()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | ikev2_common.c | 65 if (hmac_sha1(key, key_len, data, data_len, tmphash) < 0) in ikev2_integ_hash()
|
D | eap_eke_common.c | 576 return hmac_sha1(key, SHA1_MAC_LEN, data, data_len, res); in eap_eke_mac()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_fast.c | 634 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()
|
D | eap_peap.c | 439 hmac_sha1(data->cmk, 20, buf, sizeof(buf), mac); in eap_tlv_validate_cryptobinding()
|