Home
last modified time | relevance | path

Searched defs:sha256_hash (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dtransport_security_state.cc75 bool AddHash(const char* sha256_hash, HashValueVector* out) { in AddHash()
701 const char* const* sha256_hash = pinset->accepted_pins; in GetStaticPKPState() local
708 const char* const* sha256_hash = pinset->rejected_pins; in GetStaticPKPState() local
/aosp_15_r20/external/cronet/net/extras/sqlite/
H A Dsqlite_persistent_shared_dictionary_store.cc128 SHA256HashValue sha256_hash; in ToSHA256HashValue() local
823 std::optional<SHA256HashValue> sha256_hash = in GetDictionariesImpl() local
892 std::optional<SHA256HashValue> sha256_hash = in GetAllDictionariesImpl() local
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/testdata/
H A Dgen_test_data.py198 def sha256_hash(path: pathlib.Path) -> bytes: function
/aosp_15_r20/system/update_engine/lz4diff/
H A Dlz4diff.proto39 bytes sha256_hash = 4; field
/aosp_15_r20/out/soong/.intermediates/system/update_engine/lz4diff-protos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/lz4diff/
Dlz4diff.pb.h939 inline const std::string& CompressedBlockInfo::sha256_hash() const { in sha256_hash() function
970 inline void CompressedBlockInfo::set_allocated_sha256_hash(std::string* sha256_hash) { in set_allocated_sha256_hash()
/aosp_15_r20/out/soong/.intermediates/system/update_engine/lz4diff-protos/android_recovery_arm64_armv8-2a_cortex-a55_static/gen/proto/lz4diff/
Dlz4diff.pb.h939 inline const std::string& CompressedBlockInfo::sha256_hash() const { in sha256_hash() function
970 inline void CompressedBlockInfo::set_allocated_sha256_hash(std::string* sha256_hash) { in set_allocated_sha256_hash()
/aosp_15_r20/external/cronet/net/tools/root_store_tool/
H A Droot_store_tool.cc267 std::string sha256_hash = crypto::SHA256HashString(anchor.der()); in WriteEvCppFile() local
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dmodules.c1001 SHA256_HASH sha256_hash; in semanage_module_compute_checksum() local
/aosp_15_r20/external/google-cloud-java/java-security-private-ca/proto-google-cloud-security-private-ca-v1beta1/src/main/proto/google/cloud/security/privateca/v1beta1/
H A Dresources.proto688 string sha256_hash = 1; field
/aosp_15_r20/external/googleapis/google/cloud/security/privateca/v1beta1/
H A Dresources.proto688 string sha256_hash = 1; field
/aosp_15_r20/external/googleapis/google/cloud/security/privateca/v1/
H A Dresources.proto1134 string sha256_hash = 1; field
/aosp_15_r20/external/google-cloud-java/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/proto/google/cloud/security/privateca/v1/
H A Dresources.proto1080 string sha256_hash = 1; field
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcodecache.py331 def sha256_hash(data: bytes) -> str: function