HomeSort by relevance Sort by last modified time
    Searched refs:hmac_sha1 (Results 1 - 23 of 23) sorted by null

  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 31 authentication_algorithm hmac_sha1;
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 39 authentication_algorithm hmac_sha1;
  /external/wpa_supplicant_8/src/crypto/
sha1.h 16 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
sha1-pbkdf2.c 46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp,
sha1.c 51 /* the HMAC_SHA1 transform looks like:
95 * 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
sha1-tlsprf.c 89 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
random.c 110 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) pool,
116 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) buf,
crypto_linux.c 194 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
crypto_openssl.c 1017 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
    [all...]
crypto_module_tests.c 995 if (hmac_sha1(cmk, 20, tlv, sizeof(tlv), tlv + sizeof(tlv) - 20) < 0 ||
    [all...]
  /external/syslinux/gpxe/src/crypto/axtls/
crypto.h 120 void hmac_sha1(const uint8_t *msg, int length, const uint8_t *key,
  /external/wpa_supplicant_8/src/eap_common/
eap_eke_common.c 598 return hmac_sha1(key, SHA1_MAC_LEN, data, data_len, res);
ikev2_common.c 65 if (hmac_sha1(key, key_len, data, data_len, tmphash) < 0)
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 665 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN,
1221 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, (u8 *) b, bind_len,
    [all...]
eap_server_peap.c 637 hmac_sha1(data->cmk, 20, buf, sizeof(buf), mac);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 634 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) rbind, sizeof(*rbind),
775 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) _bind, bind_len,
    [all...]
eap_peap.c 436 hmac_sha1(data->cmk, 20, buf, sizeof(buf), mac);
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 450 hmac_sha1 { YYD; yylval.num = algtype_hmac_sha1; return(ALGORITHMTYPE); }
  /external/wpa_supplicant_8/src/common/
wpa_common.c 123 if (hmac_sha1(key, key_len, buf, len, hash))
    [all...]
  /prebuilts/misc/common/robolectric/3.5.1/lib/
bcprov-jdk15on-1.52.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
bcprov-jdk15on-1.52.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56.jar 

Completed in 663 milliseconds