HomeSort by relevance Sort by last modified time
    Searched defs:digests (Results 1 - 25 of 32) sorted by null

1 2

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
AndroidDigestFactoryBouncyCastle.java 17 package org.bouncycastle.crypto.digests;
AndroidDigestFactoryInterface.java 17 package org.bouncycastle.crypto.digests;
AndroidDigestFactoryOpenSSL.java 17 package org.bouncycastle.crypto.digests;
AndroidDigestFactory.java 17 package org.bouncycastle.crypto.digests;
GeneralDigest.java 1 package org.bouncycastle.crypto.digests;
NullDigest.java 1 package org.bouncycastle.crypto.digests;
SHA384Digest.java 1 package org.bouncycastle.crypto.digests;
SHA512Digest.java 1 package org.bouncycastle.crypto.digests;
OpenSSLDigest.java 17 package org.bouncycastle.crypto.digests;
LongDigest.java 1 package org.bouncycastle.crypto.digests;
MD5Digest.java 1 package org.bouncycastle.crypto.digests;
SHA1Digest.java 1 package org.bouncycastle.crypto.digests;
SHA256Digest.java 1 package org.bouncycastle.crypto.digests;
  /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/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_int.h 169 ENGINE_DIGESTS_PTR digests; member in struct:engine_st
eng_cryptodev.c 161 } digests[] = { variable in typeref:struct:__anon15535
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_int.h 169 ENGINE_DIGESTS_PTR digests; member in struct:engine_st
eng_cryptodev.c 161 } digests[] = { variable in typeref:struct:__anon25981
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/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedData.java 104 * Content with detached signature, digests precomputed
106 * @param hashes a map of precomputed digests for content indexed by name of hash.
651 ASN1Set digests = new DERSet(digestAlgs); local
661 vec.add(digests);
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/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 343 const CRecordVector<UInt32> &digests)
361 for (i = 0; i < digests.Size(); i++)
363 WriteUInt32(digests[i]);
428 const CRecordVector<UInt32> &digests)
473 digests2.Add(digests[digestIndex]);
591 CRecordVector<UInt32> digests; local
599 digests.Add(file.Crc);
607 digests);
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...]
  /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...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 1480 milliseconds

1 2