Searched defs:fingerprint (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_event_listener.cc36 void VisitedLinkEventListener::Add(VisitedLinkMaster::Fingerprint fingerprint) { argument
37 pending_visited_links_.push_back(fingerprint);
/external/chromium_org/net/test/
H A Dcert_test_util.cc64 const SHA1HashValue& fingerprint,
66 : fingerprint_(fingerprint),
68 EXPECT_TRUE(ev_root_ca_metadata->AddEVCA(fingerprint, policy));
63 ScopedTestEVPolicy(EVRootCAMetadata* ev_root_ca_metadata, const SHA1HashValue& fingerprint, const char* policy) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFastTextAutosizer.h67 explicit Cluster(AtomicString fingerprint) argument
68 : m_fingerprint(fingerprint)
80 AtomicString fingerprint(const RenderBlock*);
H A DFastTextAutosizer.cpp58 AtomicString blockFingerprint = fingerprint(block);
118 AtomicString FastTextAutosizer::fingerprint(const RenderBlock* block) function in class:WebCore::FastTextAutosizer
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsslfingerprint.h67 const std::string& fingerprint) {
71 if (fingerprint.empty())
77 fingerprint.c_str(),
78 fingerprint.length(),
100 std::string fingerprint = local
103 std::transform(fingerprint.begin(), fingerprint.end(),
104 fingerprint.begin(), ::toupper);
105 return fingerprint;
66 CreateFromRfc4572(const std::string& algorithm, const std::string& fingerprint) argument
/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...]
/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"
71 void GetFingerprintTestCallback(scoped_ptr<Fingerprint> fingerprint) { argument
73 ASSERT_TRUE(fingerprint->has_machine_characteristics());
75 fingerprint->machine_characteristics();
103 ASSERT_TRUE(fingerprint->has_transient_state());
105 fingerprint->transient_state();
113 ASSERT_TRUE(fingerprint->has_user_characteristics());
115 fingerprint->user_characteristics();
125 ASSERT_TRUE(fingerprint
[all...]
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_unpacker.cc114 const std::string& fingerprint,
190 // Write the fingerprint to disk.
191 if (static_cast<int>(fingerprint.size()) !=
193 unpack_path_.Append(FILE_PATH_LITERAL("manifest.fingerprint")),
194 fingerprint.c_str(),
195 fingerprint.size())) {
112 ComponentUnpacker(const std::vector<uint8>& pk_hash, const base::FilePath& path, const std::string& fingerprint, ComponentPatcher* patcher, ComponentInstaller* installer) argument
H A Dcomponent_updater_service.h98 // the current version. |observer|, |fingerprint|, and |name| are optional.
108 std::string fingerprint; member in struct:CrxComponent
H A Dupdate_response.h66 std::string fingerprint; member in struct:component_updater::UpdateResponse::Result::Manifest::Package
/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...]
/external/chromium_org/net/base/
H A Dhash_value.h82 } fingerprint; member in class:net::HashValue
106 explicit HashValuesEqual(const HashValue& fingerprint) : argument
107 fingerprint_(fingerprint) {}
/external/chromium_org/net/cert/
H A Dev_root_ca_metadata.cc35 // The SHA-1 fingerprint of the root CA certificate, used as a unique
37 SHA1HashValue fingerprint; member in struct:net::EVMetadata
439 const SHA1HashValue& fingerprint,
441 PolicyOIDMap::const_iterator iter = ev_policy_.find(fingerprint);
452 bool EVRootCAMetadata::AddEVCA(const SHA1HashValue& fingerprint, argument
454 if (ev_policy_.find(fingerprint) != ev_policy_.end())
461 ev_policy_[fingerprint].push_back(oid);
467 bool EVRootCAMetadata::RemoveEVCA(const SHA1HashValue& fingerprint) { argument
468 PolicyOIDMap::iterator it = ev_policy_.find(fingerprint);
521 bool EVRootCAMetadata::HasEVPolicyOID(const SHA1HashValue& fingerprint, argument
438 HasEVPolicyOID( const SHA1HashValue& fingerprint, PolicyOID policy_oid) const argument
539 AddEVCA(const SHA1HashValue& fingerprint, const char* policy) argument
553 RemoveEVCA(const SHA1HashValue& fingerprint) argument
566 AddEVCA(const SHA1HashValue& fingerprint, const char* policy) argument
571 RemoveEVCA(const SHA1HashValue& fingerprint) argument
[all...]
H A Dx509_certificate.h217 // The fingerprint of this certificate.
218 const SHA1HashValue& fingerprint() const { return fingerprint_; } function in class:net::X509Certificate
220 // The fingerprint of the intermediate CA certificates.
390 // Calculates the SHA-1 fingerprint of the certificate. Returns an empty
391 // (all zero) fingerprint on failure.
394 // Calculates the SHA-1 fingerprint of the intermediate CA certificates.
395 // Returns an empty (all zero) fingerprint on failure.
465 // The fingerprint of this certificate.
468 // The fingerprint of the intermediate CA certificates.
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dtest_font_utils.cc53 bool fingerprint,
59 factory->FingerprintFont(fingerprint);
52 LoadFontUsingByteVector(const char* font_path, bool fingerprint, FontArray* fonts) argument
/external/dropbear/
H A Dcli-kex.c123 fprintf(stderr, "\nHost '%s' key accepted unconditionally.\n(fingerprint %s)\n",
129 fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n)\n",
216 char * fingerprint = NULL; local
273 line, &fingerprint);
282 the fingerprint strings here, but we're exiting anyway */
289 fingerprint ? fingerprint : "UNKNOWN");
/external/sfntly/cpp/src/test/
H A Dtest_font_utils.cc53 bool fingerprint,
59 factory->FingerprintFont(fingerprint);
52 LoadFontUsingByteVector(const char* font_path, bool fingerprint, FontArray* fonts) argument
/external/chromium/net/base/
H A Dev_root_ca_metadata.cc23 // The SHA-1 fingerprint of the root CA certificate, used as a unique
25 SHA1Fingerprint fingerprint; member in struct:net::EVMetadata
288 const SHA1Fingerprint& fingerprint,
290 PolicyOidMap::const_iterator iter = ev_policy_.find(fingerprint);
318 bool EVRootCAMetadata::HasEVPolicyOID(const SHA1Fingerprint& fingerprint, argument
321 if (!GetPolicyOID(fingerprint, &ev_policy_oid))
350 ev_policy_[metadata.fingerprint] = policy;
361 ev_policy_[metadata.fingerprint] = metadata.policy_oid;
368 ev_policy_[metadata.fingerprint] = metadata.policy_oid;
287 GetPolicyOID( const SHA1Fingerprint& fingerprint, PolicyOID* policy_oid) const argument
H A Dx509_certificate.h219 // The fingerprint of this certificate.
220 const SHA1Fingerprint& fingerprint() const { return fingerprint_; } function in class:net::X509Certificate
383 // Calculates the SHA-1 fingerprint of the certificate. Returns an empty
384 // (all zero) fingerprint on failure.
451 // The fingerprint of this certificate.
/external/chromium_org/components/visitedlink/browser/
H A Dvisitedlink_event_listener.cc146 void VisitedLinkEventListener::Add(VisitedLinkMaster::Fingerprint fingerprint) { argument
147 pending_visited_links_.push_back(fingerprint);
/external/chromium_org/net/ssl/
H A Dclient_cert_store_mac.cc144 const SHA1HashValue& fingerprint = cert->fingerprint(); local
147 if ((*selected_certs)[pos]->fingerprint().Equals(fingerprint))
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc33 void FontFactory::FingerprintFont(bool fingerprint) { argument
34 fingerprint_ = fingerprint;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DComponentResultsElement.java79 * Do not create non-fingerprint child when only fingerprint is specified.
149 * Get the list of the scenarios results from the model. Put only fingerprint ones if specified.
151 * @param fingerprint Tell whether only fingerprint scenarios are expected or not.
154 public List getScenarios(boolean fingerprint) { argument
155 if (!fingerprint) {
172 * Get the list of the scenarios names. Put only fingerprint ones if specified.
174 * @param fingerprint Tell whether only fingerprint scenario
177 getScenariosLabels(boolean fingerprint) argument
[all...]
/external/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc33 void FontFactory::FingerprintFont(bool fingerprint) { argument
34 fingerprint_ = fingerprint;
/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...]

Completed in 696 milliseconds

123