HomeSort by relevance Sort by last modified time
    Searched refs:hmac (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 29 import hmac namespace
710 name = 'HMAC-SHA1'
732 # HMAC object.
738 hashed = hmac.new(key, raw, sha)
  /external/chromium/third_party/libjingle/source/talk/
libjingle.scons 31 "third_party/srtp/crypto/hash/hmac.c",
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 29 import hmac namespace
710 name = 'HMAC-SHA1'
732 # HMAC object.
738 hashed = hmac.new(key, raw, sha)
  /external/chromium_org/third_party/openssl/
openssl.target.darwin-arm.mk 352 third_party/openssl/openssl/crypto/hmac/hm_ameth.c \
353 third_party/openssl/openssl/crypto/hmac/hm_pmeth.c \
354 third_party/openssl/openssl/crypto/hmac/hmac.c \
    [all...]
openssl.target.darwin-mips.mk 351 third_party/openssl/openssl/crypto/hmac/hm_ameth.c \
352 third_party/openssl/openssl/crypto/hmac/hm_pmeth.c \
353 third_party/openssl/openssl/crypto/hmac/hmac.c \
    [all...]
openssl.target.darwin-x86.mk 346 third_party/openssl/openssl/crypto/hmac/hm_ameth.c \
347 third_party/openssl/openssl/crypto/hmac/hm_pmeth.c \
348 third_party/openssl/openssl/crypto/hmac/hmac.c \
    [all...]
openssl.target.linux-arm.mk 352 third_party/openssl/openssl/crypto/hmac/hm_ameth.c \
353 third_party/openssl/openssl/crypto/hmac/hm_pmeth.c \
354 third_party/openssl/openssl/crypto/hmac/hmac.c \
    [all...]
openssl.target.linux-mips.mk 351 third_party/openssl/openssl/crypto/hmac/hm_ameth.c \
352 third_party/openssl/openssl/crypto/hmac/hm_pmeth.c \
353 third_party/openssl/openssl/crypto/hmac/hmac.c \
    [all...]
openssl.target.linux-x86.mk 346 third_party/openssl/openssl/crypto/hmac/hm_ameth.c \
347 third_party/openssl/openssl/crypto/hmac/hm_pmeth.c \
348 third_party/openssl/openssl/crypto/hmac/hmac.c \
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
TLSRecordLayer.py 13 from utils import hmac namespace
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 26 #include <openssl/hmac.h>
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 523 import hmac namespace
524 return self.user + " " + hmac.HMAC(self.password, challenge).hexdigest()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 523 import hmac namespace
524 return self.user + " " + hmac.HMAC(self.password, challenge).hexdigest()
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
speed.c 144 #include <openssl/hmac.h>
251 "md2","mdc2","md4","md5","hmac(md5)","sha1","rmd160","rc4",
387 unsigned char hmac[MD5_DIGEST_LENGTH]; local
798 if (strcmp(*argv,"hmac") == 0) doit[D_HMAC]=1;
1024 BIO_printf(bio_err,"hmac ");
    [all...]
  /external/openssl/apps/
speed.c 144 #include <openssl/hmac.h>
251 "md2","mdc2","md4","md5","hmac(md5)","sha1","rmd160","rc4",
387 unsigned char hmac[MD5_DIGEST_LENGTH]; local
798 if (strcmp(*argv,"hmac") == 0) doit[D_HMAC]=1;
1024 BIO_printf(bio_err,"hmac ");
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 52 import hmac namespace
530 self.challenge['algorithm'] = self.challenge.get('algorithm', 'HMAC-SHA-1')
531 if self.challenge['algorithm'] not in ['HMAC-SHA-1', 'HMAC-MD5']:
536 if self.challenge['algorithm'] == 'HMAC-MD5':
558 request_digest = hmac.new(self.key, request_digest, self.hashmod).hexdigest().lower()
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 52 import hmac namespace
530 self.challenge['algorithm'] = self.challenge.get('algorithm', 'HMAC-SHA-1')
531 if self.challenge['algorithm'] not in ['HMAC-SHA-1', 'HMAC-MD5']:
536 if self.challenge['algorithm'] == 'HMAC-MD5':
558 request_digest = hmac.new(self.key, request_digest, self.hashmod).hexdigest().lower()
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/
libjingle.scons 47 "third_party/srtp/crypto/hash/hmac.c",
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 17 #include <openssl/hmac.h>
  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_lib.c 115 #include <openssl/hmac.h>
    [all...]
s3_srvr.c 163 #include <openssl/hmac.h>
    [all...]
ssl.h 163 #include <openssl/hmac.h>
    [all...]
  /external/openssl/ssl/
t1_lib.c 115 #include <openssl/hmac.h>
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h 163 #include <openssl/hmac.h>
    [all...]

Completed in 981 milliseconds

1 2 34 5