Searched refs:hmac_sha1 (Results 1 - 25 of 46) 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.h16 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
H A Dsha1-pbkdf2.c46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp,
H A Dsha1.c95 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
103 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
H A Dsha1-tlsprf.c89 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
H A Drandom.c107 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) pool,
113 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) buf,
/external/wpa_supplicant_8/src/crypto/
H A Dsha1.h16 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
H A Dsha1-pbkdf2.c46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp,
H A Dsha1.c95 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
103 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
H A Dsha1-tlsprf.c89 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
H A Drandom.c107 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) pool,
113 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) buf,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1.h16 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
H A Dsha1-pbkdf2.c46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp,
H A Dsha1.c95 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
103 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
H A Dsha1-tlsprf.c89 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
H A Drandom.c107 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) pool,
113 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) buf,
/external/syslinux/gpxe/src/crypto/axtls/
H A Dcrypto.h120 void hmac_sha1(const uint8_t *msg, int length, const uint8_t *key,
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_eke_common.c598 return hmac_sha1(key, SHA1_MAC_LEN, data, data_len, res);
H A Dikev2_common.c65 if (hmac_sha1(key, key_len, data, data_len, tmphash) < 0)
/external/wpa_supplicant_8/src/eap_common/
H A Deap_eke_common.c598 return hmac_sha1(key, SHA1_MAC_LEN, data, data_len, res);
H A Dikev2_common.c65 if (hmac_sha1(key, key_len, data, data_len, tmphash) < 0)
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_eke_common.c598 return hmac_sha1(key, SHA1_MAC_LEN, data, data_len, res);
H A Dikev2_common.c65 if (hmac_sha1(key, key_len, data, data_len, tmphash) < 0)
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_fast.c666 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN,
1222 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, (u8 *) b, bind_len,

Completed in 367 milliseconds

12