HomeSort by relevance Sort by last modified time
    Searched full:hmac_sha1 (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/crypto/
symmetric_key_unittest.cc 53 crypto::SymmetricKey::HMAC_SHA1, "password", "somesalt", 1024, 160));
59 crypto::SymmetricKey::Import(crypto::SymmetricKey::HMAC_SHA1, raw_key1));
111 crypto::SymmetricKey::HMAC_SHA1,
119 crypto::SymmetricKey::HMAC_SHA1,
127 crypto::SymmetricKey::HMAC_SHA1,
137 crypto::SymmetricKey::HMAC_SHA1,
149 crypto::SymmetricKey::HMAC_SHA1,
157 crypto::SymmetricKey::HMAC_SHA1,
165 crypto::SymmetricKey::HMAC_SHA1,
173 crypto::SymmetricKey::HMAC_SHA1,
    [all...]
symmetric_key_openssl.cc 48 DCHECK(algorithm == AES || algorithm == HMAC_SHA1);
symmetric_key.h 32 HMAC_SHA1,
symmetric_key_win.cc 329 case HMAC_SHA1:
373 case HMAC_SHA1:
473 case HMAC_SHA1:
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 39 authentication_algorithm hmac_sha1;
racoon.conf-radius 39 authentication_algorithm hmac_sha1;
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 31 authentication_algorithm hmac_sha1;
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-inherit 53 authentication_algorithm hmac_sha1, hmac_md5;
racoon.conf.in 100 authentication_algorithm hmac_sha1;
118 authentication_algorithm hmac_sha1, hmac_md5;
racoon.conf.sample-gssapi 41 authentication_algorithm hmac_sha1, hmac_md5;
racoon.conf.sample-plainrsa 44 authentication_algorithm hmac_sha1, hmac_md5;
racoon.conf.sample 59 authentication_algorithm hmac_sha1, hmac_md5 ;
racoon.conf.sample-natt 95 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.c 50 /* the HMAC_SHA1 transform looks like:
92 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
100 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
sha1-pbkdf2.c 46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp,
sha1-tlsprf.c 89 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
externalhmac.h 40 // integer, e.g. HMAC_SHA1 is 3. Using authentication ids, the application
56 #define EXTERNAL_HMAC_SHA1 HMAC_SHA1 + 1
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto_types.h 200 * HMAC_SHA1 implements the Hash-based MAC using the NIST Secure
203 #define HMAC_SHA1 3
211 #define STRONGHOLD_AUTH HMAC_SHA1
  /external/srtp/crypto/include/
crypto_types.h 186 * HMAC_SHA1 implements the Hash-based MAC using the NIST Secure
189 #define HMAC_SHA1 3
197 #define STRONGHOLD_AUTH HMAC_SHA1
  /external/chromium_org/sync/util/
nigori.cc 75 SymmetricKey::HMAC_SHA1, salt_password.str(),
97 SymmetricKey::HMAC_SHA1, password, raw_user_salt, kSigningIterations,
114 mac_key_.reset(SymmetricKey::Import(SymmetricKey::HMAC_SHA1, mac_key));
  /external/oauth/core/src/main/java/net/oauth/signature/
HMAC_SHA1.java 34 class HMAC_SHA1 extends OAuthSignatureMethod {
OAuthSignatureMethod.java 251 registerMethodClass("HMAC-SHA1", HMAC_SHA1.class);
254 registerMethodClass("HMAC-SHA1" + _ACCESSOR, HMAC_SHA1.class);
  /external/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c     [all...]
  /external/srtp/test/
srtp_driver.c     [all...]

Completed in 255 milliseconds

1 2