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

12

  /external/wpa_supplicant_8/src/crypto/
random.c 107 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) pool,
113 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) buf,
crypto_openssl.c 739 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
hmac.c 266 (auth_type_id_t) HMAC_SHA1
  /external/chromium_org/third_party/tlslite/tlslite/
mathtls.py 45 p_sha1 = P_hash(HMAC_SHA1, S2, label + seed, length)
  /external/oauth/core/src/main/java/net/oauth/
OAuth.java 53 public static final String HMAC_SHA1 = "HMAC-SHA1";
OAuthMessage.java 267 signatureMethod = OAuth.HMAC_SHA1;
  /external/smack/src/org/xbill/DNS/
TSIG.java 32 public static final Name HMAC_SHA1 = Name.fromConstantString(HMAC_SHA1_STR);
66 } else if (alg.equals(HMAC_SHA1)) {
148 this.alg = HMAC_SHA1;
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c     [all...]
  /external/chromium_org/third_party/tlslite/tlslite/utils/
cryptomath.py 80 def HMAC_SHA1(k, b):
  /external/srtp/crypto/kernel/
crypto_kernel.c 165 status = crypto_kernel_load_auth_type(&hmac, HMAC_SHA1);
  /external/ipsec-tools/src/racoon/
racoon.conf.5 1004 .Ic hmac_sha1
1024 .Ic hmac_md5 , hmac_sha1 , hmac_sha256, hmac_sha384, hmac_sha512, non_auth
    [all...]
algorithm.c 85 { "hmac_sha1", algtype_sha1, OAKLEY_ATTR_HASH_ALG_SHA,
cftoken.l 450 hmac_sha1 { YYD; yylval.num = algtype_hmac_sha1; return(ALGORITHMTYPE); }
  /external/chromium_org/third_party/boringssl/src/crypto/obj/
obj_mac.num 7 hmac_sha1 7
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 165 status = crypto_kernel_load_auth_type(&hmac, HMAC_SHA1);
  /external/openssl/crypto/objects/
obj_mac.num 781 hmac_sha1 781
  /external/srtp/srtp/
srtp.c     [all...]
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.c 65 hmac_sha1(key, key_len, data, data_len, tmphash);
eap_eke_common.c 606 return hmac_sha1(key, SHA1_MAC_LEN, data, data_len, res);
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 630 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) rbind, sizeof(*rbind),
770 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) _bind, bind_len,
    [all...]
eap_peap.c 433 hmac_sha1(data->cmk, 20, buf, sizeof(buf), mac);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 661 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN,
1214 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, (u8 *) b, bind_len,
    [all...]
eap_server_peap.c 594 hmac_sha1(data->cmk, 20, buf, sizeof(buf), mac);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 673 // By default policy structure is initialized to HMAC_SHA1.
  /external/wpa_supplicant_8/src/common/
wpa_common.c 52 if (hmac_sha1(key, 16, buf, len, hash))
    [all...]

Completed in 1324 milliseconds

12