HomeSort by relevance Sort by last modified time
    Searched full:sha1 (Results 476 - 500 of 1214) sorted by null

<<11121314151617181920>>

  /external/openssl/ssl/
s3_cbc.c 352 SHA_CTX *sha1 = ctx; local
353 l2n(sha1->h0, md_out);
354 l2n(sha1->h1, md_out);
355 l2n(sha1->h2, md_out);
356 l2n(sha1->h3, md_out);
357 l2n(sha1->h4, md_out);
646 * (SHA1) or 11 bytes (MD5). */
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 478 /* package for testing */ static int getSmallHashFromSha1(byte[] sha1) {
479 final int offset = sha1[19] & 0xf; // SHA1 is 20 bytes.
480 return ((sha1[offset] & 0x7f) << 24)
481 | ((sha1[offset + 1] & 0xff) << 16)
482 | ((sha1[offset + 2] & 0xff) << 8)
483 | ((sha1[offset + 3] & 0xff));
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 70 * that will sign as a "GET" using "SHA1-MAC" the url. If you need more than
97 this._default_signature_method= "HMAC-SHA1";
226 if (method.toUpperCase().match(/(PLAINTEXT|HMAC-SHA1)/) === undefined) {
395 // heavily optimized and compressed version of http://pajhome.org.uk/crypt/md5/sha1.js
448 if (this._parameters['oauth_signature_method'] == 'HMAC-SHA1')
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 70 * that will sign as a "GET" using "SHA1-MAC" the url. If you need more than
97 this._default_signature_method= "HMAC-SHA1";
226 if (method.toUpperCase().match(/(PLAINTEXT|HMAC-SHA1)/) === undefined) {
395 // heavily optimized and compressed version of http://pajhome.org.uk/crypt/md5/sha1.js
448 if (this._parameters['oauth_signature_method'] == 'HMAC-SHA1')
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauthsimple.js 70 * that will sign as a "GET" using "SHA1-MAC" the url. If you need more than
97 this._default_signature_method= "HMAC-SHA1";
226 if (method.toUpperCase().match(/(PLAINTEXT|HMAC-SHA1)/) === undefined) {
395 // heavily optimized and compressed version of http://pajhome.org.uk/crypt/md5/sha1.js
448 if (this._parameters['oauth_signature_method'] == 'HMAC-SHA1')
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 70 * that will sign as a "GET" using "SHA1-MAC" the url. If you need more than
97 this._default_signature_method= "HMAC-SHA1";
226 if (method.toUpperCase().match(/(PLAINTEXT|HMAC-SHA1)/) === undefined) {
395 // heavily optimized and compressed version of http://pajhome.org.uk/crypt/md5/sha1.js
448 if (this._parameters['oauth_signature_method'] == 'HMAC-SHA1')
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 70 * that will sign as a "GET" using "SHA1-MAC" the url. If you need more than
97 this._default_signature_method= "HMAC-SHA1";
226 if (method.toUpperCase().match(/(PLAINTEXT|HMAC-SHA1)/) === undefined) {
395 // heavily optimized and compressed version of http://pajhome.org.uk/crypt/md5/sha1.js
448 if (this._parameters['oauth_signature_method'] == 'HMAC-SHA1')
  /external/chromium_org/third_party/openssl/openssl/
Crypto-config.mk 558 crypto/sha/asm/sha1-armv4-large.S \
593 crypto/sha/asm/sha1-586.S \
623 crypto/aes/asm/aesni-sha1-x86_64.S \
636 crypto/sha/asm/sha1-x86_64.S \
659 crypto/sha/asm/sha1-mips.S \
import_openssl.sh 370 gen_asm_arm crypto/sha/asm/sha1-armv4-large.pl
378 gen_asm_mips crypto/sha/asm/sha1-mips.pl
391 gen_asm_x86 crypto/sha/asm/sha1-586.pl
401 gen_asm_x86_64 crypto/sha/asm/sha1-x86_64.pl
409 gen_asm_x86_64 crypto/aes/asm/aesni-sha1-x86_64.pl
  /external/chromium_org/third_party/openssl/openssl/crypto/store/
store.h 179 STORE_ATTR_KEYID= 0x02, /* 160 bit string (SHA1) */
180 STORE_ATTR_ISSUERKEYID= 0x03, /* 160 bit string (SHA1) */
181 STORE_ATTR_SUBJECTKEYID= 0x04, /* 160 bit string (SHA1) */
182 STORE_ATTR_ISSUERSERIALHASH= 0x05, /* 160 bit string (SHA1) */
186 STORE_ATTR_CERTHASH= 0x09, /* 160 bit string (SHA1) */
  /external/chromium_org/third_party/openssl/
openssl.gypi 566 'openssl/crypto/sha/asm/sha1-armv4-large.S',
587 'openssl/crypto/sha/asm/sha1-mips.S',
618 'openssl/crypto/sha/asm/sha1-586.S',
649 'openssl/crypto/aes/asm/aesni-sha1-x86_64.S',
661 'openssl/crypto/sha/asm/sha1-x86_64.S',
  /external/openssl/
Crypto-config.mk 558 crypto/sha/asm/sha1-armv4-large.S \
593 crypto/sha/asm/sha1-586.S \
623 crypto/aes/asm/aesni-sha1-x86_64.S \
636 crypto/sha/asm/sha1-x86_64.S \
657 crypto/sha/asm/sha1-mips.S \
import_openssl.sh 370 gen_asm_arm crypto/sha/asm/sha1-armv4-large.pl
378 gen_asm_mips crypto/sha/asm/sha1-mips.pl
391 gen_asm_x86 crypto/sha/asm/sha1-586.pl
401 gen_asm_x86_64 crypto/sha/asm/sha1-x86_64.pl
409 gen_asm_x86_64 crypto/aes/asm/aesni-sha1-x86_64.pl
  /external/openssl/crypto/store/
store.h 179 STORE_ATTR_KEYID= 0x02, /* 160 bit string (SHA1) */
180 STORE_ATTR_ISSUERKEYID= 0x03, /* 160 bit string (SHA1) */
181 STORE_ATTR_SUBJECTKEYID= 0x04, /* 160 bit string (SHA1) */
182 STORE_ATTR_ISSUERSERIALHASH= 0x05, /* 160 bit string (SHA1) */
186 STORE_ATTR_CERTHASH= 0x09, /* 160 bit string (SHA1) */
  /external/smack/src/org/xbill/DNS/
TSIG.java 19 private static final String HMAC_SHA1_STR = "hmac-sha1.";
31 /** The domain name representing the HMAC-SHA1 algorithm. */
136 * "hmac-md5", "hmac-sha1", "hmac-sha224", "hmac-sha256", "hmac-sha384", and
147 else if (algorithm.equalsIgnoreCase("hmac-sha1"))
179 * be "hmac-md5", "hmac-sha1", or "hmac-sha256".
  /dalvik/libdex/
DexFile.cpp 26 #include "sha1.h"
388 ALOGE("ERROR: bad SHA1 digest (%s vs %s)",
394 ALOGV("+++ sha1 digest verified");
  /development/build/tools/
mk_sdk_repo_xml.sh 386 SHA1=$( sha1sum "$SRC" | cut -d " " -f 1 )
391 <sdk:checksum type='sha1'>$SHA1</sdk:checksum>
  /external/chromium_org/net/data/ssl/certificates/
README 86 - cross-signed-root-sha1.pem
110 "openssl req -x509 -days 3650 -sha1 -extensions req_spdy_pooling \
117 "openssl req -x509 -days 3650 -sha1 -extensions req_san_sanity \
  /external/chromium_org/third_party/jinja2/
loaders.py 17 from hashlib import sha1 namespace
19 from sha import new as sha1 namespace
428 return 'tmpl_' + sha1(name.encode('utf-8')).hexdigest()
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_test.c 64 { 5, "sha1",
80 { 6, "sha1",
105 { 7, "sha1",
  /prebuilts/devtools/repository/
sdk-addon-1.xsd 277 <xsd:documentation>A SHA1 checksum.</xsd:documentation>
286 <xsd:documentation>A file checksum, currently only SHA1.</xsd:documentation>
290 <xsd:attribute name="type" type="xsd:token" fixed="sha1" />
  /external/wpa_supplicant_8/hostapd/
Makefile 668 SHA1OBJS += ../src/crypto/sha1.o
670 SHA1OBJS += ../src/crypto/sha1-prf.o
672 SHA1OBJS += ../src/crypto/sha1-internal.o
678 SHA1OBJS += ../src/crypto/sha1-pbkdf2.o
681 SHA1OBJS += ../src/crypto/sha1-tprf.o
684 SHA1OBJS += ../src/crypto/sha1-tlsprf.o
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.c 15 #include "crypto/sha1.h"
50 /* MK = SHA1(Identity|n*Kc|NONCE_MT|Version List|Selected Version) */
69 /* MK = SHA1(Identity|IK|CK) */
142 /* XKEY' = SHA1(Identity|counter|NONCE_S|MK) */
187 /* HMAC-SHA1-128 */
217 /* HMAC-SHA1-128 */
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_url_filter.cc 11 #include "base/sha1.h"
54 // Adds a single hostname SHA1 hash for the site identified by |site_id|.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 223 def sha1(self, path): member in class:FileSystem
225 return hashlib.sha1(contents).hexdigest()

Completed in 1181 milliseconds

<<11121314151617181920>>