Searched refs:fingerprint (Results 1 - 25 of 94) sorted by relevance

1234

/external/smack/src/org/xbill/DNS/
H A DSSHFPRecord.java9 * SSH Fingerprint - stores the fingerprint of an SSH host key.
33 private byte [] fingerprint; field in class:SSHFPRecord
46 * @param fingerprint The public key's fingerprint.
50 byte [] fingerprint)
55 this.fingerprint = fingerprint;
62 fingerprint = in.readByteArray();
69 fingerprint = st.getHex(true);
79 sb.append(base16.toString(fingerprint));
49 SSHFPRecord(Name name, int dclass, long ttl, int alg, int digestType, byte [] fingerprint) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsslfingerprint.h62 const std::string& fingerprint) {
66 if (fingerprint.empty())
72 fingerprint.c_str(),
73 fingerprint.length(),
95 std::string fingerprint = local
98 std::transform(fingerprint.begin(), fingerprint.end(),
99 fingerprint.begin(), ::toupper);
100 return fingerprint;
61 CreateFromRfc4572(const std::string& algorithm, const std::string& fingerprint) argument
/external/chromium_org/net/base/
H A Dhash_value.cc39 return fingerprint.sha1.Equals(other.fingerprint.sha1);
41 return fingerprint.sha256.Equals(other.fingerprint.sha256);
86 return sizeof(fingerprint.sha1.data);
88 return sizeof(fingerprint.sha256.data);
94 return sizeof(fingerprint.sha1.data);
105 return fingerprint.sha1.data;
107 return fingerprint.sha256.data;
H A Dhash_value.h82 } fingerprint; member in class:net::HashValue
106 explicit HashValuesEqual(const HashValue& fingerprint) : argument
107 fingerprint_(fingerprint) {}
/external/chromium/chrome/common/
H A Dvisitedlink_common.h37 // To ask whether a page is in history, we compute a 64-bit fingerprint of the
50 // A hash value of a fingerprint
53 // A fingerprint or hash value that does not exist
60 // Returns the fingerprint for the given URL.
66 // Looks up the given key in the table. The fingerprint for the URL is
71 bool IsVisited(Fingerprint fingerprint) const;
93 // Returns the fingerprint at the given index into the URL table. This
102 // Computes the fingerprint of the given canonical URL. It is static so the
110 // Computes the hash value of the given fingerprint, this is used as a lookup
112 static Hash HashFingerprint(Fingerprint fingerprint, int3 argument
[all...]
H A Dvisitedlink_common.cc40 bool VisitedLinkCommon::IsVisited(Fingerprint fingerprint) const {
44 Hash first_hash = HashFingerprint(fingerprint);
50 if (cur_fingerprint == fingerprint)
67 // Uses the top 64 bits of the MD5 sum of the canonical URL as the fingerprint,
93 // down to a char array of the same size as fingerprint, and then does the
/external/chromium_org/components/visitedlink/common/
H A Dvisitedlink_common.h38 // To ask whether a page is in history, we compute a 64-bit fingerprint of the
51 // A hash value of a fingerprint
54 // A fingerprint or hash value that does not exist
61 // Returns the fingerprint for the given URL.
67 // Looks up the given key in the table. The fingerprint for the URL is
72 bool IsVisited(Fingerprint fingerprint) const;
94 // Returns the fingerprint at the given index into the URL table. This
103 // Computes the fingerprint of the given canonical URL. It is static so the
111 // Computes the hash value of the given fingerprint, this is used as a lookup
113 static Hash HashFingerprint(Fingerprint fingerprint, int3 argument
[all...]
H A Dvisitedlink_common.cc42 bool VisitedLinkCommon::IsVisited(Fingerprint fingerprint) const {
46 Hash first_hash = HashFingerprint(fingerprint);
52 if (cur_fingerprint == fingerprint)
69 // Uses the top 64 bits of the MD5 sum of the canonical URL as the fingerprint,
96 // down to a char array of the same size as fingerprint, and then does the
/external/chromium/net/base/
H A Dx509_cert_types.cc60 if (denied_.find(cert->fingerprint()) != denied_.end()) {
62 DCHECK(allowed_.find(cert->fingerprint()) == allowed_.end());
66 if (allowed_.find(cert->fingerprint()) != allowed_.end()) {
68 DCHECK(denied_.find(cert->fingerprint()) == denied_.end());
78 denied_.erase(cert->fingerprint());
79 allowed_.insert(cert->fingerprint());
84 allowed_.erase(cert->fingerprint());
85 denied_.insert(cert->fingerprint());
H A Dev_root_ca_metadata.h41 bool GetPolicyOID(const SHA1Fingerprint& fingerprint,
54 // Returns true if the root CA with the given certificate fingerprint has
56 bool HasEVPolicyOID(const SHA1Fingerprint& fingerprint,
70 // Maps an EV root CA cert's SHA-1 fingerprint to its EV policy OID.
/external/chromium_org/net/cert/
H A Dx509_cert_types.cc69 denied_iter = denied_.find(cert->fingerprint());
74 allowed_iter = allowed_.find(cert->fingerprint());
89 denied_.erase(cert->fingerprint());
92 allowed_[cert->fingerprint()] = error;
98 allowed_iter = allowed_.find(cert->fingerprint());
100 allowed_.erase(cert->fingerprint());
101 denied_[cert->fingerprint()] |= error;
H A Dev_root_ca_metadata.h45 // Returns true if the root CA with the given certificate fingerprint has
47 bool HasEVPolicyOID(const SHA1HashValue& fingerprint,
54 bool AddEVCA(const SHA1HashValue& fingerprint, const char* policy);
58 bool RemoveEVCA(const SHA1HashValue& fingerprint);
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_event_listener.h26 virtual void Add(VisitedLinkMaster::Fingerprint fingerprint);
H A Dvisitedlink_event_listener.cc36 void VisitedLinkEventListener::Add(VisitedLinkMaster::Fingerprint fingerprint) { argument
37 pending_visited_links_.push_back(fingerprint);
H A Dvisitedlink_master.cc107 // Most writes are just a single fingerprint, so we reserve that much in this
273 Fingerprint fingerprint = ComputeURLFingerprint(url.spec().data(),
277 // If we have a pending delete for this fingerprint, cancel it.
279 deleted_since_rebuild_.find(fingerprint);
285 added_since_rebuild_.insert(fingerprint);
295 return AddFingerprint(fingerprint, true);
353 Fingerprint fingerprint = local
355 deleted_since_rebuild_.insert(fingerprint);
360 added_since_rebuild_.find(fingerprint);
366 DeleteFingerprint(fingerprint, fals
383 AddFingerprint( Fingerprint fingerprint, bool send_notifications) argument
438 DeleteFingerprint(Fingerprint fingerprint, bool update_file) argument
[all...]
/external/sfntly/cpp/src/test/
H A Dtest_font_utils.h31 bool fingerprint,
/external/chromium_org/chrome/browser/autofill/risk/
H A Dfingerprint_browsertest.cc5 #include "components/autofill/content/browser/risk/fingerprint.h"
12 #include "components/autofill/content/browser/risk/proto/fingerprint.pb.h"
70 void GetFingerprintTestCallback(scoped_ptr<Fingerprint> fingerprint) { argument
72 ASSERT_TRUE(fingerprint->has_machine_characteristics());
74 fingerprint->machine_characteristics();
102 ASSERT_TRUE(fingerprint->has_transient_state());
104 fingerprint->transient_state();
112 ASSERT_TRUE(fingerprint->has_user_characteristics());
114 fingerprint->user_characteristics();
124 ASSERT_TRUE(fingerprint
[all...]
/external/chromium_org/net/test/
H A Dcert_test_util.cc46 const SHA1HashValue& fingerprint,
48 : fingerprint_(fingerprint),
50 EXPECT_TRUE(ev_root_ca_metadata->AddEVCA(fingerprint, policy));
45 ScopedTestEVPolicy(EVRootCAMetadata* ev_root_ca_metadata, const SHA1HashValue& fingerprint, const char* policy) argument
H A Dcert_test_util.h35 // root with the given fingerprint, to be treated as EV. |policy| is expressed
42 const SHA1HashValue& fingerprint,
/external/chromium_org/v8/tools/
H A 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/chromium_org/tools/symsrc/
H A Dpdb_fingerprint_from_img.py6 """This will retrieve a PDBs "fingerprint" from it's corresponding executable
27 """Returns the PDB fingerprint and the pdb filename given an image file"""
58 (fingerprint, filename) = GetPDBInfoFromImg(sys.argv[1])
59 print "%s %s" % (fingerprint, filename)
/external/chromium_org/components/visitedlink/browser/
H A Dvisitedlink_master.cc261 Fingerprint fingerprint = ComputeURLFingerprint(url.spec().data(),
265 // If we have a pending delete for this fingerprint, cancel it.
267 deleted_since_rebuild_.find(fingerprint);
273 added_since_rebuild_.insert(fingerprint);
283 return AddFingerprint(fingerprint, true);
353 Fingerprint fingerprint = local
355 deleted_since_rebuild_.insert(fingerprint);
360 added_since_rebuild_.find(fingerprint);
366 DeleteFingerprint(fingerprint, false);
385 Fingerprint fingerprint,
384 AddFingerprint( Fingerprint fingerprint, bool send_notifications) argument
439 DeleteFingerprint(Fingerprint fingerprint, bool update_file) argument
[all...]
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_unpacker.h56 const std::string& fingerprint,
/external/dropbear/
H A Dsignkey.h61 buffer * line, char ** fingerprint);
/external/chromium_org/v8/tools/testrunner/server/
H A 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)

Completed in 509 milliseconds

1234