Searched refs:fingerprint (Results 1 - 14 of 14) sorted by path

/system/core/adb/
H A Dadb_auth_host.cpp190 std::string fingerprint = hash_key(key); local
191 if (g_keys.find(fingerprint) != g_keys.end()) {
195 g_keys[fingerprint] = std::shared_ptr<RSA>(key, RSA_free);
/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp73 auto fingerprint = GetProperty("ro.build.fingerprint", "unknown"); local
76 _LOG(log, logtype::HEADER, "Build fingerprint: '%s'\n", fingerprint.c_str());
/system/core/init/
H A Dbootchart.cpp74 std::string fingerprint = android::base::GetProperty("ro.build.fingerprint", "");
75 if (fingerprint.empty()) return;
85 fprintf(&*fp, "system.release = %s\n", fingerprint.c_str());
/system/netd/server/
H A DNetdNativeService.cpp308 for (const std::string& fingerprint : tlsFingerprints) {
309 std::vector<uint8_t> decoded = parseBase64(fingerprint);
312 String8::format("ResolverController error: bad fingerprint"));
/system/netd/tests/
H A Dbinder_test.cpp862 for (const auto& fingerprint : td.tlsFingerprints) {
863 fingerprints.push_back(base64Encode(fingerprint));
H A Dnetd_test.cpp901 { base64Encode(tls.fingerprint()) }));
936 std::vector<uint8_t> bad_fingerprint = tls.fingerprint();
937 bad_fingerprint[5] += 1; // Corrupt the fingerprint.
941 // The initial validation should fail at the fingerprint check before
945 // A fingerprint was provided and failed to match, so the query should fail.
968 std::vector<uint8_t> bad_fingerprint = tls.fingerprint();
969 bad_fingerprint[5] += 1; // Corrupt the fingerprint.
971 { base64Encode(bad_fingerprint), base64Encode(tls.fingerprint()) }));
1006 { base64Encode(tls.fingerprint()) }));
1020 // Restart the TLS server. This will generate a new certificate whose fingerprint
1244 const auto& fingerprint = local
[all...]
/system/netd/tests/dns_responder/
H A Ddns_tls_frontend.h65 // Represents a fingerprint from the middle of the certificate chain.
66 const std::vector<uint8_t>& fingerprint() const { return fingerprint_; } function in class:test::DnsTlsFrontend
/system/sepolicy/prebuilts/api/26.0/private/
H A Dproperty_contexts82 # ro.build.fingerprint is either set in /system/build.prop, or is
84 ro.build.fingerprint u:object_r:fingerprint_prop:s0
/system/sepolicy/prebuilts/api/27.0/private/
H A Dproperty_contexts83 # ro.build.fingerprint is either set in /system/build.prop, or is
85 ro.build.fingerprint u:object_r:fingerprint_prop:s0
/system/sepolicy/prebuilts/api/28.0/private/
H A Dproperty_contexts90 # ro.build.fingerprint is either set in /system/build.prop, or is
92 ro.build.fingerprint u:object_r:fingerprint_prop:s0
/system/sepolicy/prebuilts/api/28.0/public/
H A Dattributes270 hal_attribute(fingerprint);
/system/sepolicy/private/
H A Dproperty_contexts90 # ro.build.fingerprint is either set in /system/build.prop, or is
92 ro.build.fingerprint u:object_r:fingerprint_prop:s0
/system/sepolicy/public/
H A Dattributes270 hal_attribute(fingerprint);
/system/sepolicy/vendor/
H A Dfile_contexts9 /(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-service u:object_r:hal_fingerprint_default_exec:s0

Completed in 1226 milliseconds