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

12

/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
H A Dracoon.conf31 authentication_algorithm hmac_sha1;
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/
H A Dracoon.conf39 authentication_algorithm hmac_sha1;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1.h22 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
H A Dsha1-pbkdf2.c54 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp,
H A Dsha1-tlsprf.c99 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
H A Dsha1.c98 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
106 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
H A Drandom.c112 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) pool,
118 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) buf,
/external/wpa_supplicant_8/src/crypto/
H A Dsha1.h22 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
H A Dsha1-pbkdf2.c54 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp,
H A Dsha1-tlsprf.c99 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
H A Dsha1.c98 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
106 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
H A Drandom.c112 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) pool,
118 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) buf,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1.h22 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
H A Dsha1-pbkdf2.c54 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp,
H A Dsha1-tlsprf.c99 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
H A Dsha1.c98 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
106 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
H A Drandom.c112 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) pool,
118 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) buf,
/external/wpa_supplicant/
H A Dsha1.h22 void hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
H A Dsha1.c96 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
103 void hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
288 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
331 hmac_sha1((u8 *) passphrase, passphrase_len, tmp, SHA1_MAC_LEN,
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dsha1.h22 void hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
H A Dsha1.c96 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
103 void hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
288 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
334 hmac_sha1((u8 *) passphrase, passphrase_len, tmp, SHA1_MAC_LEN,
/external/wpa_supplicant_6/wpa_supplicant/src/common/
H A Dwpa_common.c56 hmac_sha1(key, 16, buf, len, hash);
/external/wpa_supplicant/tests/
H A Dtest_sha1.c157 hmac_sha1(cmk, 20, tlv, sizeof(tlv), tlv + sizeof(tlv) - 20);
/external/wpa_supplicant_6/wpa_supplicant/tests/
H A Dtest_sha1.c176 hmac_sha1(cmk, 20, tlv, sizeof(tlv), tlv + sizeof(tlv) - 20);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c55 if (hmac_sha1(key, 16, buf, len, hash))

Completed in 178 milliseconds

12