Searched refs:fingerprint (Results 1 – 16 of 16) sorted by relevance
/system/webservd/webservd/ |
D | utils.cc | 159 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/ |
D | bootchart.cpp | 80 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/ |
D | dbus_protocol_handler.cc | 98 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/ |
D | third_party_vpn_driver.cc | 66 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/ |
D | property_contexts | 71 # ro.build.fingerprint is either set in /system/build.prop, or is 73 ro.build.fingerprint u:object_r:fingerprint_prop:s0
|
D | service_contexts | 43 fingerprint u:object_r:fingerprint_service:s0 44 android.hardware.fingerprint.IFingerprintDaemon u:object_r:fingerprintd_service:s0
|
D | file.te | 202 # Type for fingerprint template file.
|
D | system_server.te | 487 # Allow system process to relabel the fingerprint directory after mkdir
|
/system/core/debuggerd/ |
D | tombstone.cpp | 168 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/ |
D | utils.cc | 1190 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()
|
D | utils.h | 359 bool IsZlibCompatible(const std::string& fingerprint);
|
/system/update_engine/payload_consumer/ |
D | delta_performer_unittest.cc | 827 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/ |
D | system_profile.proto | 108 // The fingerprint of the build. This field is used only on Android. 109 optional string fingerprint = 3; field
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 28861 // 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 …]
|
D | raw_commands_fixed.txt | 28872 // 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/ |
D | service-api.txt | 1021 which specifies the SHA1 fingerprint for level-1
|