Searched defs:digests (Results 1 - 19 of 19) sorted by last modified time

/external/openssl/crypto/engine/
H A Deng_cryptodev.c161 } digests[] = { variable in typeref:struct:__anon9805
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 o
[all...]
H A Deng_int.h169 ENGINE_DIGESTS_PTR digests; member in struct:engine_st
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedGenerator.java109 protected Map digests = new HashMap(); field in class:CMSSignedGenerator
154 throw new IllegalArgumentException("can't mix ECDSA with anything but SHA family digests");
286 * Return a map of oids and byte arrays representing the digests calculated on the content during
289 * @return a map of oids (as String objects) and byte[] representing digests.
293 return new HashMap(digests);
H A DCMSUtils.java301 static InputStream attachDigestsToInputStream(Collection digests, InputStream s) argument
304 Iterator it = digests.iterator();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DAndroidDigestFactory.java17 package org.bouncycastle.crypto.digests;
H A DAndroidDigestFactoryBouncyCastle.java17 package org.bouncycastle.crypto.digests;
H A DAndroidDigestFactoryInterface.java17 package org.bouncycastle.crypto.digests;
H A DAndroidDigestFactoryOpenSSL.java17 package org.bouncycastle.crypto.digests;
H A DGeneralDigest.java1 package org.bouncycastle.crypto.digests;
H A DLongDigest.java1 package org.bouncycastle.crypto.digests;
H A DMD5Digest.java1 package org.bouncycastle.crypto.digests;
H A DNullDigest.java1 package org.bouncycastle.crypto.digests;
H A DOpenSSLDigest.java17 package org.bouncycastle.crypto.digests;
H A DSHA1Digest.java1 package org.bouncycastle.crypto.digests;
H A DSHA256Digest.java1 package org.bouncycastle.crypto.digests;
4 import org.bouncycastle.crypto.digests.GeneralDigest;
H A DSHA384Digest.java1 package org.bouncycastle.crypto.digests;
H A DSHA512Digest.java1 package org.bouncycastle.crypto.digests;

Completed in 159 milliseconds