OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:digests
(Results
76 - 100
of
175
) sorted by null
1
2
3
4
5
6
7
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_list.c
338
dest->
digests
= src->
digests
;
eng_fat.c
122
else if (!strncmp(alg, "
DIGESTS
", len))
/external/openssl/apps/
openssl.cnf
342
digests
= md5, sha1 # Acceptable message
digests
(mandatory)
/external/openssl/crypto/bn/
bn_print.c
200
/* i is the number of hex
digests
; */
267
/* i is the number of
digests
, a bit of an over expand; */
/external/openssl/crypto/engine/
eng_list.c
338
dest->
digests
= src->
digests
;
eng_fat.c
122
else if (!strncmp(alg, "
DIGESTS
", len))
/libcore/luni/src/main/java/java/security/
MessageDigest.java
44
* Advanced users who want partial
digests
should clone their {@code MessageDigest} before
293
* byte-per-byte compare of the two
digests
.
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MDGoldenData.java
30
* - reference message
digests
calculated using
43
// Reference
digests
for various algorithms calculated
/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
);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
AuthorityKeyIdentifier.java
18
import org.bouncycastle.crypto.
digests
.AndroidDigestFactory;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA1.java
14
import org.bouncycastle.crypto.
digests
.SHA1Digest;
/external/chromium_org/components/nacl/loader/
nacl_validation_query.cc
71
// kDigestLength * 2 (the buffer can store at least two
digests
.)
/external/skia/tools/
jsondiff.py
91
'test %s has %d allowed
digests
' % (
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
hashlib.py
37
efficiently compute the
digests
of strings that share a common
hmac.py
11
# The size of the
digests
returned by HMAC depends on the underlying
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
hashlib.py
37
efficiently compute the
digests
of strings that share a common
hmac.py
11
# The size of the
digests
returned by HMAC depends on the underlying
/libcore/luni/src/main/java/java/util/jar/
JarVerifier.java
120
* Verifies that the
digests
stored in the manifest match the decrypted
121
*
digests
from the .SF file. This indicates the validity of the
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultSignatureAlgorithmIdentifierFinder.java
165
//
digests
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
LongDigest.java
1
package org.bouncycastle.crypto.
digests
;
SHA1Digest.java
1
package org.bouncycastle.crypto.
digests
;
SHA256Digest.java
1
package org.bouncycastle.crypto.
digests
;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
OAEPEncoding.java
10
import org.bouncycastle.crypto.
digests
.AndroidDigestFactory;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyAgreementSpi.java
32
import org.bouncycastle.crypto.
digests
.SHA1Digest;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertBlacklist.java
33
import org.bouncycastle.crypto.
digests
.AndroidDigestFactory;
Completed in 727 milliseconds
1
2
3
4
5
6
7