/external/chromium_org/third_party/lzma_sdk/ |
7zIn.c | 467 UInt32 **digests, 472 MY_ALLOC(UInt32, *digests, numItems, alloc); 476 RINOK(SzReadUInt32(sd, (*digests) + i)); 723 UInt32 **digests, 761 *digests = 0; 769 *digests = (UInt32 *)IAlloc_Alloc(allocTemp, (size_t)*numUnpackStreams * sizeof(UInt32)); 770 RINOM(*digests); 802 (*digests)[i] = 0; 832 (*digests)[si] = folder->UnpackCRC; 841 (*digests)[si] = digests2[digestIndex] 1130 UInt32 *digests = 0; local 1201 UInt32 *digests = 0; local [all...] |
/external/lzma/C/ |
7zIn.c | 467 UInt32 **digests,
472 MY_ALLOC(UInt32, *digests, numItems, alloc);
476 RINOK(SzReadUInt32(sd, (*digests) + i));
723 UInt32 **digests,
761 *digests = 0;
769 *digests = (UInt32 *)IAlloc_Alloc(allocTemp, (size_t)*numUnpackStreams * sizeof(UInt32));
770 RINOM(*digests);
802 (*digests)[i] = 0;
832 (*digests)[si] = folder->UnpackCRC;
841 (*digests)[si] = digests2[digestIndex]; 1130 UInt32 *digests = 0; local 1201 UInt32 *digests = 0; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/ |
MD5.java | 6 import org.bouncycastle.crypto.digests.MD5Digest;
|
SHA512.java | 6 import org.bouncycastle.crypto.digests.SHA512Digest; 8 // import org.bouncycastle.crypto.digests.SHA512tDigest;
|
SHA384.java | 6 import org.bouncycastle.crypto.digests.SHA384Digest;
|
SHA256.java | 6 import org.bouncycastle.crypto.digests.SHA256Digest;
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zIn.cpp | 480 CRecordVector<UInt32> &digests)
483 digests.Clear();
484 digests.Reserve(numItems);
490 digests.Add(crc);
590 CRecordVector<UInt32> &digests)
661 digests.Add(folder.UnpackCRC);
667 digests.Add(digests2[digestIndex]);
676 digests.Clear();
678 digests.Add(0);
698 CRecordVector<UInt32> &digests)
798 CRecordVector<UInt32> digests; local 899 CRecordVector<UInt32> digests; local [all...] |
/libcore/luni/src/test/java/com/android/org/bouncycastle/crypto/digests/ |
DigestTest.java | 17 package com.android.org.bouncycastle.crypto.digests; 30 * Processes the two given message digests for the same data and checks
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
AndroidDigestFactory.java | 17 package org.bouncycastle.crypto.digests;
|
GeneralDigest.java | 1 package org.bouncycastle.crypto.digests;
|
SHA384Digest.java | 1 package org.bouncycastle.crypto.digests;
|
SHA512Digest.java | 1 package org.bouncycastle.crypto.digests;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
BouncyCastleProvider.java | 111 * Configurable digests 114 private static final String[] DIGESTS = 125 * Configurable digests 154 loadAlgorithms(DIGEST_PACKAGE, DIGESTS);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
options.html | 79 wave digests
|
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
eng_cryptodev.c | 161 } digests[] = { variable in typeref:struct:__anon15537 275 * Find out what digests /dev/crypto will let us have a session for. 293 for (i = 0; digests[i].id && count < CRYPTO_ALGORITHM_MAX; i++) { 294 if (digests[i].nid == NID_undef) 296 sess.mac = digests[i].id; 297 sess.mackeylen = digests[i].keylen; 301 nids[count++] = digests[i].nid; 314 * Find the useable ciphers|digests from dev/crypto - this is the first 347 * XXXX just disable all digests for now, because it sucks. 349 * want digests on slow cards like hifn on fast machines [all...] |
/external/openssl/crypto/engine/ |
eng_cryptodev.c | 161 } digests[] = { variable in typeref:struct:__anon26006 275 * Find out what digests /dev/crypto will let us have a session for. 293 for (i = 0; digests[i].id && count < CRYPTO_ALGORITHM_MAX; i++) { 294 if (digests[i].nid == NID_undef) 296 sess.mac = digests[i].id; 297 sess.mackeylen = digests[i].keylen; 301 nids[count++] = digests[i].nid; 314 * Find the useable ciphers|digests from dev/crypto - this is the first 347 * XXXX just disable all digests for now, because it sucks. 349 * want digests on slow cards like hifn on fast machines [all...] |
/libcore/benchmarks/src/benchmarks/regression/ |
DigestBenchmark.java | 44 String className = "com.android.org.bouncycastle.crypto.digests.";
|
/external/bouncycastle/ |
Android.mk | 23 bcprov/src/main/java/org/bouncycastle/crypto/digests/AndroidDigestFactoryBouncyCastle.java, \ 28 bcprov/src/main/java/org/bouncycastle/crypto/digests/AndroidDigestFactoryOpenSSL.java \ 29 bcprov/src/main/java/org/bouncycastle/crypto/digests/OpenSSLDigest.java, \
|
bouncycastle.config | 176 org/bouncycastle/crypto/digests/GOST3411Digest.java \ 177 org/bouncycastle/crypto/digests/MD2Digest.java \ 178 org/bouncycastle/crypto/digests/MD4Digest.java \ 179 org/bouncycastle/crypto/digests/NonMemoableDigest.java \ 180 org/bouncycastle/crypto/digests/RIPEMD128Digest.java \ 181 org/bouncycastle/crypto/digests/RIPEMD160Digest.java \ 182 org/bouncycastle/crypto/digests/RIPEMD256Digest.java \ 183 org/bouncycastle/crypto/digests/RIPEMD320Digest.java \ 184 org/bouncycastle/crypto/digests/SHA224Digest.java \ 185 org/bouncycastle/crypto/digests/SHA3Digest.java [all...] |
/external/smack/src/org/jivesoftware/smack/packet/ |
Authentication.java | 87 * been set. Password digests offer a more secure alternative for 101 * digests offer a more secure alternative for authentication compared to 116 * Sets the digest value directly. Password digests offer a more secure
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSSignedGenerator.java | 115 protected Map digests = new HashMap(); field in class:CMSSignedGenerator 160 throw new IllegalArgumentException("can't mix ECDSA with anything but SHA family digests"); 374 * Return a map of oids and byte arrays representing the digests calculated on the content during 377 * @return a map of oids (as String objects) and byte[] representing digests. 381 return new HashMap(digests);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/ |
AlgorithmParameterGeneratorSpi.java | 10 import org.bouncycastle.crypto.digests.SHA256Digest;
|
/external/chromium_org/chrome/common/safe_browsing/ |
csd.proto | 129 // This message contains various binary digests of the download payload. 130 message Digests { 135 required Digests digests = 2;
|
/external/genext2fs/ |
test-mount.sh | 4 # in test.sh, or if you don't care about digests and you just
|
/external/skia/gm/viewer/ |
module.js | 59 var expectations = response['expected-results'][imageName]['allowed-digests'];
|