Home
last modified time | relevance | path

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

12345678910>>...15

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DSigningDetailsTest.java941 Set<String> digests = createDigestSet(FIRST_SIGNATURE); in hasAncestorOrSelfWithDigest_unknownDetails_returnsFalse() local
951 Set<String> digests = createDigestSet(FIRST_SIGNATURE, SECOND_SIGNATURE); in hasAncestorOrSelfWithDigest_singleSignerInSet_returnsTrue() local
961 Set<String> digests = createDigestSet(SECOND_SIGNATURE, THIRD_SIGNATURE); in hasAncestorOrSelfWithDigest_singleSignerNotInSet_returnsFalse() local
971 Set<String> digests = createDigestSet(FIRST_SIGNATURE, SECOND_SIGNATURE, THIRD_SIGNATURE); in hasAncestorOrSelfWithDigest_multipleSignersInSet_returnsTrue() local
982 Set<String> digests = createDigestSet(FIRST_SIGNATURE, THIRD_SIGNATURE); in hasAncestorOrSelfWithDigest_multipleSignersNotInSet_returnsFalse() local
994 Set<String> digests = createDigestSet(FIRST_SIGNATURE); in hasAncestorOrSelfWithDigest_multipleSignersOneInSet_returnsFalse() local
1004 Set<String> digests = createDigestSet(FIRST_SIGNATURE, THIRD_SIGNATURE); in hasAncestorOrSelfWithDigest_lineageSignerInSet_returnsTrue() local
1014 Set<String> digests = createDigestSet(THIRD_SIGNATURE, FOURTH_SIGNATURE); in hasAncestorOrSelfWithDigest_lineageSignerNotInSet_returnsFalse() local
1027 Set<String> digests = createDigestSet(SECOND_SIGNATURE); in hasAncestorOrSelfWithDigest_lastSignerInLineageInSet_returnsTrue() local
1039 Set<String> digests = createDigestSet(SECOND_SIGNATURE, THIRD_SIGNATURE); in hasAncestorOrSelfWithDigest_nullLineageSingleSIgner_returnsFalse() local
[all …]
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle_ike_digests/android_common/turbine/
Dbouncycastle_ike_digests.jar ... .digests public abstract org.bouncycastle.crypto.digests.EncodableDigest extends java.lang.Object { public ...
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle_ike_digests/android_common_apex30/turbine/
Dbouncycastle_ike_digests.jar ... .digests public abstract org.bouncycastle.crypto.digests.EncodableDigest extends java.lang.Object { public ...
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle_ike_digests/android_common_apex30/javac/
Dbouncycastle_ike_digests.jar ... getByteLength () } org/bouncycastle/crypto/digests/ org/bouncycastle/crypto/digests/EncodableDigest ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/IPsec/ike-internals/android_common/turbine-combined/
Dike-internals.jarcom/android/internal/util/IState.class <Unknown> package com.android. ...
/aosp_15_r20/system/security/keystore2/tests/
H A Dkeystore2_client_hmac_key_tests.rs61 let digests = in keystore2_hmac_key_op_success() localVariable
233 let digests = [Digest::SHA1, Digest::SHA_2_224]; in keystore2_hmac_key_op_with_mac_len_greater_than_digest_len_fail() localVariable
263 let digests = [Digest::SHA1, Digest::SHA_2_224]; in keystore2_hmac_key_op_with_mac_len_less_than_min_mac_len_fail() localVariable
H A Dkeystore2_client_ec_key_tests.rs345 let digests = [ in keystore2_ec_25519_generate_key_fail() localVariable
399 let digests = in keystore2_create_op_with_incompatible_key_digest() localVariable
/aosp_15_r20/system/security/ondevice-signing/
H A Dodsign_main.cpp182 std::map<std::string, std::string> digests; in computeDigests() local
205 Result<void> verifyDigests(const std::map<std::string, std::string>& digests, in verifyDigests()
301 Result<void> persistDigests(const std::map<std::string, std::string>& digests, in persistDigests()
601 Result<std::map<std::string, std::string>> digests; in main() local
H A DVerityUtils.cpp179 std::map<std::string, std::string> digests; in addFilesToVerityRecursive() local
208 std::map<std::string, std::string> digests; in verifyAllFilesInVerity() local
236 const std::map<std::string, std::string>& digests) { in verifyAllFilesUsingCompOs()
/aosp_15_r20/external/tpm2-tss/src/tss2-sys/api/
H A DTss2_Sys_PCR_Extend.c18 const TPML_DIGEST_VALUES *digests) in Tss2_Sys_PCR_Extend_Prepare()
64 const TPML_DIGEST_VALUES *digests, in Tss2_Sys_PCR_Extend()
H A DTss2_Sys_PCR_Event.c60 TPML_DIGEST_VALUES *digests) in Tss2_Sys_PCR_Event_Complete()
83 TPML_DIGEST_VALUES *digests, in Tss2_Sys_PCR_Event()
/aosp_15_r20/frameworks/base/core/java/android/util/apk/
H A DSourceStampVerifier.java384 ByteBuffer digests = getLengthPrefixedSlice(signedData); in getApkContentDigestsFromSignatureBlock() local
398 Map<Integer, byte[]> digests = new HashMap<>(); in getSignatureSchemeDigests() local
411 List<Pair<Integer, byte[]>> digests = new ArrayList<>(); in getApkDigests() local
/aosp_15_r20/external/tpm2-tss/src/tss2-esys/api/
H A DEsys_PCR_Extend.c71 const TPML_DIGEST_VALUES *digests) in Esys_PCR_Extend()
147 const TPML_DIGEST_VALUES *digests) in Esys_PCR_Extend_Async()
H A DEsys_PCR_Event.c71 TPML_DIGEST_VALUES **digests) in Esys_PCR_Event()
241 TPML_DIGEST_VALUES **digests) in Esys_PCR_Event_Finish()
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/stamp/
H A DV2SourceStampVerifier.java132 Map<Integer, byte[]> digests = new HashMap<>(); in getSignatureSchemeDigests() local
146 List<Pair<Integer, byte[]>> digests = new ArrayList<>(); in getApkDigests() local
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/v2/
H A DV2SchemeSigner.java240 List<Pair<Integer, byte[]>> digests = in generateSignerBlock() local
324 public List<Pair<Integer, byte[]>> digests; field in V2SchemeSigner.V2SignatureSchemeBlock.SignedData
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/cache/remote/
DRemoteCacheClient.java131 List<Digest> digests = new ArrayList<>(); in uploadCache() local
242 private ListenableFuture<ImmutableSet<Digest>> findMissingDigests(Iterable<Digest> digests) { in findMissingDigests()
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp351 void COutArchive::WriteHashDigests(const CUInt32DefVector &digests) in WriteHashDigests()
408 const CUInt32DefVector &digests) in WriteSubStreamsInfo()
643 CUInt32DefVector digests; in WriteHeader() local
H A D7zIn.cpp911 CUInt32DefVector &digests) in ReadSubStreamsInfo()
1055 CUInt32DefVector &digests) in ReadStreamsInfo()
1169 CUInt32DefVector digests; in ReadAndDecodePackedStreams() local
1263 CUInt32DefVector digests; in ReadHeader() local
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/tcg/
Dv2.rs455 digests: PcrEventDigests<'a>, field
488 digests: &'a [u8], field
518 let digests = slice::from_raw_parts(digests_ptr, digests_byte_size); in from_ptr() localVariable
562 pub fn digests(&self) -> PcrEventDigests { in digests() method
/aosp_15_r20/tools/apksig/src/test/java/com/android/apksig/
H A DApkVerifierTest.java453 Map<ContentDigestAlgorithm, byte[]> digests = in testGetResultDigests() local
473 Map<ContentDigestAlgorithm, byte[]> digests = in testGetV3ResultDigests() local
493 Map<ContentDigestAlgorithm, byte[]> digests = in testGetV2ResultDigests() local
513 Map<ContentDigestAlgorithm, byte[]> digests = in testGetResultIncorrectDigests() local
/aosp_15_r20/external/rust/crates/uefi/src/proto/tcg/
Dv2.rs455 digests: PcrEventDigests<'a>, field
488 digests: &'a [u8], field
518 let digests = slice::from_raw_parts(digests_ptr, digests_byte_size); in from_ptr() localVariable
562 pub fn digests(&self) -> PcrEventDigests { in digests() method
/aosp_15_r20/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedData.java348 …Set<AlgorithmIdentifier> digests = new HashSet<AlgorithmIdentifier>(signedData.getDigestAlgorithms… in getDigestAlgorithmIDs() local
529 ASN1Set digests = new DERSet(digestAlgs); in replaceSigners() local
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cms/
H A DCMSSignedData.java350 …Set<AlgorithmIdentifier> digests = new HashSet<AlgorithmIdentifier>(signedData.getDigestAlgorithms… in getDigestAlgorithmIDs() local
531 ASN1Set digests = new DERSet(digestAlgs); in replaceSigners() local
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_jpeg_image.cpp261 dng_fingerprint *digests) in dng_jpeg_image_find_digest_task()
332 AutoArray<dng_fingerprint> digests (arrayCount); in FindDigest() local

12345678910>>...15