Home
last modified time | relevance | path

Searched defs:digests (Results 1 – 9 of 9) sorted by relevance

/external/lzma/C/
D7zIn.c467 UInt32 **digests, in SzReadHashDigests()
723 UInt32 **digests, in SzReadSubStreamsInfo()
869 UInt32 **digests, /* allocTemp */ in SzReadStreamsInfo()
945 UInt32 **digests, /* allocTemp */ in SzReadHeader2()
1130 UInt32 *digests = 0; in SzReadHeader() local
1155 UInt32 **digests, in SzReadAndDecodePackedStreams2()
1201 UInt32 *digests = 0; in SzReadAndDecodePackedStreams() local
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp480 CRecordVector<UInt32> &digests) in ReadHashDigests()
590 CRecordVector<UInt32> &digests) in ReadSubStreamsInfo()
698 CRecordVector<UInt32> &digests) in ReadStreamsInfo()
798 CRecordVector<UInt32> digests; in ReadAndDecodePackedStreams() local
899 CRecordVector<UInt32> digests; in ReadHeader() local
D7zOut.cpp343 const CRecordVector<UInt32> &digests) in WriteHashDigests()
428 const CRecordVector<UInt32> &digests) in WriteSubStreamsInfo()
591 CRecordVector<UInt32> digests; in WriteHeader() local
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DCMSUtils.java304 static InputStream attachDigestsToInputStream(Collection digests, InputStream s) in attachDigestsToInputStream()
DCMSSignedGenerator.java90 protected Map digests = new HashMap(); field in CMSSignedGenerator
DCMSSignedData.java463 ASN1Set digests = new DERSet(digestAlgs); in replaceSigners() local
/external/openssh/
Ddigest-openssl.c57 const struct ssh_digest digests[] = { variable
Ddigest-libc.c60 const struct ssh_digest digests[SSH_DIGEST_MAX] = { variable
/external/boringssl/src/ssl/
Dt1_enc.c589 uint8_t digests[2 * EVP_MAX_MD_SIZE]; in tls1_generate_master_secret() local