/external/webrtc/webrtc/base/ |
D | sslfingerprint.cc | 45 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()
|
D | sslfingerprint.h | 32 const std::string& fingerprint);
|
/external/tpm2/ |
D | ContextLoad.c | 36 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/ |
D | test-server.py | 99 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/ |
D | main.py | 183 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)
|
D | local_handler.py | 78 fingerprint = self.server.daemon.CopyToTrusted(data[1]) 79 compression.Send([action, fingerprint], self.request)
|
/external/openssh/ |
D | README.dns | 12 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/ |
D | security_RootCA.py | 108 fingerprint = f.split('=')[1] 114 certdict[fingerprint] = items[1] 117 certdict[fingerprint] = items[1] 122 if not fingerprint in certdict: 124 fingerprint)
|
D | add-openssl-roots.sh | 10 openssl x509 -in "$x" -noout -fingerprint | cut -f2 -d=; \
|
/external/dng_sdk/source/ |
D | dng_camera_profile.h | 105 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/ |
D | libxt_osf.man | 12 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/ |
D | test_font_utils.cc | 53 bool fingerprint, in LoadFontUsingByteVector() argument 59 factory->FingerprintFont(fingerprint); in LoadFontUsingByteVector()
|
D | test_font_utils.h | 31 bool fingerprint,
|
/external/wpa_supplicant_8/hs20/server/www/ |
D | est.php | 169 $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/ |
D | sha256_blacklist | 2 # openssl x509 -in src/cert.pem -fingerprint -sha256 -noout \
|
D | sha1_blacklist | 2 # openssl x509 -in src/cert.pem -fingerprint -sha1 -noout \
|
/external/sfntly/cpp/src/sfntly/ |
D | font_factory.cc | 33 void FontFactory::FingerprintFont(bool fingerprint) { in FingerprintFont() argument 34 fingerprint_ = fingerprint; in FingerprintFont()
|
D | font_factory.h | 41 void FingerprintFont(bool fingerprint);
|
/external/autotest/client/cros/ |
D | certificate_util.py | 44 def fingerprint(self): member in PEMCertificate
|
/external/compiler-rt/ |
D | CREDITS.TXT | 8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
|
/external/autotest/server/site_tests/provision_CheetsUpdate/ |
D | push_to_device.py | 809 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/ |
D | RTCSessionDescriptionTest.mm | 74 "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/ |
D | spp_server.c | 1335 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/ |
D | common-functions.sh | 324 FINGERPRINT=$(adb_shell getprop ro.build.fingerprint)
|
/external/libvncserver/libvncclient/ |
D | tls_openssl.c | 175 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()
|