Home
last modified time | relevance | path

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

123

/external/webrtc/webrtc/base/
Dsslfingerprint.cc45 const std::string& algorithm, const std::string& fingerprint) { in CreateFromRfc4572() argument
49 if (fingerprint.empty()) in CreateFromRfc4572()
55 fingerprint.c_str(), in CreateFromRfc4572()
56 fingerprint.length(), in CreateFromRfc4572()
81 std::string fingerprint = in GetRfc4572Fingerprint() local
83 std::transform(fingerprint.begin(), fingerprint.end(), in GetRfc4572Fingerprint()
84 fingerprint.begin(), ::toupper); in GetRfc4572Fingerprint()
85 return fingerprint; in GetRfc4572Fingerprint()
Dsslfingerprint.h32 const std::string& fingerprint);
/external/tpm2/
DContextLoad.c36 UINT64 fingerprint; in TPM2_ContextLoad() local
84 MemoryCopy(&fingerprint, in->context.contextBlob.t.buffer + integritySize, in TPM2_ContextLoad()
85 sizeof(fingerprint), sizeof(fingerprint)); in TPM2_ContextLoad()
87 if(fingerprint != in->context.sequence) in TPM2_ContextLoad()
97 + integritySize + sizeof(fingerprint)); in TPM2_ContextLoad()
126 + integritySize + sizeof(fingerprint)); in TPM2_ContextLoad()
/external/v8/tools/
Dtest-server.py99 fingerprint = subprocess.check_output("ssh-keygen -lf %s" % privkeyfile,
101 fingerprint = fingerprint.split(" ")[1].replace(":", "")[:16]
102 pubkeyfile = os.path.join(trusted_dir, "%s.pem" % fingerprint)
107 f.write(fingerprint + "\n")
110 f.write(fingerprint + "\n")
/external/v8/tools/testrunner/server/
Dmain.py183 fingerprint = lines[-1].strip()
184 target_filename = self._PubkeyFilename(fingerprint)
189 if peer.pubkey == fingerprint:
192 result = self.SignTrusted(fingerprint)
194 return fingerprint
217 fingerprint = data[0]
223 if self.IsTrusted(fingerprint):
225 filename = self._PubkeyFilename(fingerprint)
Dlocal_handler.py78 fingerprint = self.server.daemon.CopyToTrusted(data[1])
79 compression.Send([action, fingerprint], self.request)
/external/openssh/
DREADME.dns12 To create a DNS resource record (RR) containing a fingerprint of the
21 In the example above, ssh-keygen will print the fingerprint in a
26 To publish the fingerprint using the DNS you must add the generated RR
38 Upon connection the client will try to look up the fingerprint RR
39 using DNS. If the fingerprint received from the DNS server matches
/external/autotest/client/site_tests/security_RootCA/
Dsecurity_RootCA.py108 fingerprint = f.split('=')[1]
114 certdict[fingerprint] = items[1]
117 certdict[fingerprint] = items[1]
122 if not fingerprint in certdict:
124 fingerprint)
Dadd-openssl-roots.sh10 openssl x509 -in "$x" -noout -fingerprint | cut -f2 -d=; \
/external/dng_sdk/source/
Ddng_camera_profile.h105 const dng_fingerprint &fingerprint) in dng_camera_profile_id() argument
108 , fFingerprint (fingerprint) in dng_camera_profile_id()
121 const dng_fingerprint &fingerprint) in dng_camera_profile_id() argument
124 , fFingerprint (fingerprint) in dng_camera_profile_id()
/external/iptables/extensions/
Dlibxt_osf.man12 0 - True IP address and fingerprint TTL comparison. This generally works for
15 1 - Check if the IP header's TTL is less than the fingerprint one. Works for
44 The fingerprint database can be downlaoded from
/external/sfntly/cpp/src/test/
Dtest_font_utils.cc53 bool fingerprint, in LoadFontUsingByteVector() argument
59 factory->FingerprintFont(fingerprint); in LoadFontUsingByteVector()
Dtest_font_utils.h31 bool fingerprint,
/external/wpa_supplicant_8/hs20/server/www/
Dest.php169 $fingerprint = hash("sha256", $der); variable
180 …if (!$db->exec("UPDATE sessions SET user='$user', cert='$fingerprint', cert_pem='$cert' WHERE rowi…
/external/autotest/client/site_tests/security_OpenSSLBlacklist/src/
Dsha256_blacklist2 # openssl x509 -in src/cert.pem -fingerprint -sha256 -noout \
Dsha1_blacklist2 # openssl x509 -in src/cert.pem -fingerprint -sha1 -noout \
/external/sfntly/cpp/src/sfntly/
Dfont_factory.cc33 void FontFactory::FingerprintFont(bool fingerprint) { in FingerprintFont() argument
34 fingerprint_ = fingerprint; in FingerprintFont()
Dfont_factory.h41 void FingerprintFont(bool fingerprint);
/external/autotest/client/cros/
Dcertificate_util.py44 def fingerprint(self): member in PEMCertificate
/external/compiler-rt/
DCREDITS.TXT8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
/external/autotest/server/site_tests/provision_CheetsUpdate/
Dpush_to_device.py809 fingerprint = os.path.splitext(os.path.basename(self._prebuilt_file))[0]
810 return out_dir, product, fingerprint
1008 out, product, fingerprint = provider.prepare()
1046 _update_build_fingerprint(remote_proxy, fingerprint)
/external/webrtc/webrtc/api/objctests/
DRTCSessionDescriptionTest.mm74 "a=fingerprint:sha-256 A9:D5:8D:A8:69:22:39:60:92:AD:94:1A:22:2D:5E:"
100 "a=fingerprint:sha-256 A9:D5:8D:A8:69:22:39:60:92:AD:94:1A:22:2D:5E:"
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c1335 char *fingerprint; in hs20_user_input_registration() local
1389 fingerprint = db_get_session_val(ctx, NULL, NULL, session_id, "cert"); in hs20_user_input_registration()
1391 fingerprint ? fingerprint : NULL, machine_managed); in hs20_user_input_registration()
1392 free(fingerprint); in hs20_user_input_registration()
1900 char *cert_pem, *fingerprint; in add_subscription() local
1909 fingerprint = db_get_session_val(ctx, NULL, NULL, session_id, "cert"); in add_subscription()
1955 fingerprint ? fingerprint : "", in add_subscription()
2011 free(fingerprint); in add_subscription()
/external/google-breakpad/android/
Dcommon-functions.sh324 FINGERPRINT=$(adb_shell getprop ro.build.fingerprint)
/external/libvncserver/libvncclient/
Dtls_openssl.c175 unsigned char md5sum[16], fingerprint[40], *f; in ssl_verify() local
196 for (i = 0, f = fingerprint; i < 16; i++, f += 3) in ssl_verify()

123