Home
last modified time | relevance | path

Searched refs:fingerprint (Results 1 – 16 of 16) sorted by relevance

/system/webservd/webservd/
Dutils.cc159 brillo::Blob fingerprint(256 / 8); in GetSha256Fingerprint() local
161 CHECK(X509_digest(cert, EVP_sha256(), fingerprint.data(), &len)); in GetSha256Fingerprint()
162 CHECK_EQ(len, fingerprint.size()); in GetSha256Fingerprint()
163 return fingerprint; in GetSha256Fingerprint()
/system/core/init/
Dbootchart.cpp80 std::string fingerprint = property_get("ro.build.fingerprint"); in log_header() local
81 if (fingerprint.empty()) { in log_header()
95 fprintf(out, "system.release = %s\n", fingerprint.c_str()); in log_header()
/system/webservd/libwebserv/
Ddbus_protocol_handler.cc98 brillo::Blob fingerprint; in GetCertificateFingerprint() local
100 fingerprint = pair.second->certificate_fingerprint(); in GetCertificateFingerprint()
101 if (!fingerprint.empty()) in GetCertificateFingerprint()
104 return fingerprint; in GetCertificateFingerprint()
/system/connectivity/shill/vpn/
Dthird_party_vpn_driver.cc66 std::string fingerprint; in IPAddressFingerprint() local
70 fingerprint += hex_to_bin[raw_address[i] >> 4]; in IPAddressFingerprint()
71 fingerprint += hex_to_bin[raw_address[i] & 0xf]; in IPAddressFingerprint()
73 return fingerprint.substr(0, address.prefix()); in IPAddressFingerprint()
/system/sepolicy/
Dproperty_contexts71 # ro.build.fingerprint is either set in /system/build.prop, or is
73 ro.build.fingerprint u:object_r:fingerprint_prop:s0
Dservice_contexts43 fingerprint u:object_r:fingerprint_service:s0
44 android.hardware.fingerprint.IFingerprintDaemon u:object_r:fingerprintd_service:s0
Dfile.te202 # Type for fingerprint template file.
Dsystem_server.te487 # Allow system process to relabel the fingerprint directory after mkdir
/system/core/debuggerd/
Dtombstone.cpp168 char fingerprint[PROPERTY_VALUE_MAX]; in dump_header_info() local
171 property_get("ro.build.fingerprint", fingerprint, "unknown"); in dump_header_info()
174 _LOG(log, logtype::HEADER, "Build fingerprint: '%s'\n", fingerprint); in dump_header_info()
/system/update_engine/common/
Dutils.cc1190 bool IsZlibCompatible(const string& fingerprint) { in IsZlibCompatible() argument
1191 if (fingerprint.size() != sizeof(kCompatibleZlibFingerprint[0]) - 1) { in IsZlibCompatible()
1192 LOG(ERROR) << "Invalid fingerprint: " << fingerprint; in IsZlibCompatible()
1196 if (base::CompareCaseInsensitiveASCII(fingerprint, f) == 0) { in IsZlibCompatible()
Dutils.h359 bool IsZlibCompatible(const std::string& fingerprint);
/system/update_engine/payload_consumer/
Ddelta_performer_unittest.cc827 string fingerprint; in TEST_F() local
829 &fingerprint)); in TEST_F()
830 EXPECT_TRUE(utils::IsZlibCompatible(fingerprint)); in TEST_F()
/system/core/metricsd/uploader/proto/
Dsystem_profile.proto108 // The fingerprint of the build. This field is used only on Android.
109 optional string fingerprint = 3; field
/system/tpm/trunks/generator/
Draw_commands.txt28861 // The size of fingerprint in context
28880 // Get the size of fingerprint in context blob. The sequence value in
28881 // TPMS_CONTEXT structure is used as the fingerprint
28979 // plus fingerprint plus the whole internal OBJECT structure
28983 // the size for fingerprint
29020 // fingerprint plus the size of integrity
29024 // Save space for fingerprint at the beginning of the buffer
29122 // Save fingerprint at the beginning of encrypted area of context blob.
29370 fingerprint;
29487 // Read the fingerprint value, skip the leading integrity size
[all …]
Draw_commands_fixed.txt28872 // The size of fingerprint in context
28891 // Get the size of fingerprint in context blob. The sequence value in
28892 // TPMS_CONTEXT structure is used as the fingerprint
28990 // plus fingerprint plus the whole internal OBJECT structure
28994 // the size for fingerprint
29031 // fingerprint plus the size of integrity
29035 // Save space for fingerprint at the beginning of the buffer
29133 // Save fingerprint at the beginning of encrypted area of context blob.
29381 fingerprint;
29498 // Read the fingerprint value, skip the leading integrity size
[all …]
/system/connectivity/shill/doc/
Dservice-api.txt1021 which specifies the SHA1 fingerprint for level-1