Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H A DFontFactory.java44 private boolean fingerprint = false; field in FontFactory
95 * @param fingerprint whether fingerprinting should be turned on or off
99 public void fingerprintFont(boolean fingerprint) { in fingerprintFont() argument
100 this.fingerprint= fingerprint; in fingerprintFont()
110 return this.fingerprint; in fingerprintFont()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
H A DTestFontUtils.java68 * @param fingerprint fingerprinting on or off
72 public static Font[] loadFont(File file, boolean fingerprint) throws IOException { in loadFont() argument
74 fontFactory.fingerprintFont(fingerprint); in loadFont()
98 throw new IOException("Did not get the expected fingerprint for font#" + in loadFont()
120 * @param fingerprint fingerprinting on or off
124 public static Font[] loadFontUsingByteArray(File file, boolean fingerprint) throws IOException { in loadFontUsingByteArray() argument
127 fontFactory.fingerprintFont(fingerprint); in loadFontUsingByteArray()
241 public static Builder builderForFontFile(File fontFile, boolean fingerprint) throws IOException { in builderForFontFile() argument
244 otfFactory.fingerprintFont(fingerprint); in builderForFontFile()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_camera_profile.h54 /// \brief An ID for a camera profile consisting of a name and optional fingerprint.
67 /// Construct an invalid camera profile ID (empty name and fingerprint).
77 /// Construct a camera profile ID with the specified name and no fingerprint.
89 /// Construct a camera profile ID with the specified name and no fingerprint.
100 /// Construct a camera profile ID with the specified name and fingerprint.
102 /// \param fingerprint The fingerprint of the camera profile ID.
105 const dng_fingerprint &fingerprint) in dng_camera_profile_id()
108 , fFingerprint (fingerprint) in dng_camera_profile_id()
113 "Cannot have profile fingerprint withou in dng_camera_profile_id()
104 dng_camera_profile_id(const char *name, const dng_fingerprint &fingerprint) dng_camera_profile_id() argument
120 dng_camera_profile_id(const dng_string &name, const dng_fingerprint &fingerprint) dng_camera_profile_id() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dstoreutl.c51 {"fingerprint", OPT_CRITERION_FINGERPRINT, 's', "Search by public key fingerprint, given in hex"},
83 unsigned char *fingerprint = NULL; in storeutl_main() local
203 && fingerprint != NULL)) { in storeutl_main()
209 if (fingerprint != NULL) { in storeutl_main()
210 BIO_printf(bio_err, "%s: fingerprint already given.\n", in storeutl_main()
217 if ((fingerprint = OPENSSL_hexstr2buf(opt_arg(), &tmplen)) in storeutl_main()
220 "%s: can't parse fingerprint argument.\n", in storeutl_main()
292 fingerprint, in storeutl_main()
325 OPENSSL_free(fingerprint); in storeutl_main()
[all...]
H A Dcrl.c58 {"fingerprint", OPT_FINGERPRINT, '-', "Print the crl fingerprint"},
93 int ret = 1, num = 0, badsig = 0, fingerprint = 0, crlnumber = 0; in crl_main() local
189 fingerprint = ++num; in crl_main()
347 if (fingerprint == i) { in crl_main()
/third_party/openssl/apps/
H A Dstoreutl.c51 {"fingerprint", OPT_CRITERION_FINGERPRINT, 's', "Search by public key fingerprint, given in hex"},
83 unsigned char *fingerprint = NULL; in storeutl_main() local
203 && fingerprint != NULL)) { in storeutl_main()
209 if (fingerprint != NULL) { in storeutl_main()
210 BIO_printf(bio_err, "%s: fingerprint already given.\n", in storeutl_main()
217 if ((fingerprint = OPENSSL_hexstr2buf(opt_arg(), &tmplen)) in storeutl_main()
220 "%s: can't parse fingerprint argument.\n", in storeutl_main()
292 fingerprint, in storeutl_main()
325 OPENSSL_free(fingerprint); in storeutl_main()
[all...]
H A Dcrl.c58 {"fingerprint", OPT_FINGERPRINT, '-', "Print the crl fingerprint"},
93 int ret = 1, num = 0, badsig = 0, fingerprint = 0, crlnumber = 0; in crl_main() local
189 fingerprint = ++num; in crl_main()
347 if (fingerprint == i) { in crl_main()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dsae_pk.c371 os_memset(tmp->fingerprint, 0, sizeof(tmp->fingerprint)); in sae_pk_set_password()
390 pos = &tmp->fingerprint[tmp->sec]; in sae_pk_set_password()
413 tmp->fingerprint_bytes = pos - tmp->fingerprint; in sae_pk_set_password()
415 tmp->fingerprint, tmp->fingerprint_bytes); in sae_pk_set_password()
715 "SAE-PK: No PW available for K_AP fingerprint check"); in sae_pk_valid_fingerprint()
745 "SAE-PK: Not enough hash output bits for the fingerprint"); in sae_pk_valid_fingerprint()
758 res = os_memcmp_const(hash, tmp->fingerprint, tmp->fingerprint_bytes); in sae_pk_valid_fingerprint()
760 wpa_printf(MSG_DEBUG, "SAE-PK: K_AP fingerprint mismatch"); in sae_pk_valid_fingerprint()
761 wpa_hexdump(MSG_DEBUG, "SAE-PK: Expected fingerprint", in sae_pk_valid_fingerprint()
[all...]
/third_party/node/lib/internal/crypto/
H A Dx509.js138 fingerprint: this.fingerprint,
223 get fingerprint() {
224 let value = this[kInternalState].get('fingerprint');
226 value = this[kHandle].fingerprint();
227 this[kInternalState].set('fingerprint', value);
/third_party/node/test/parallel/
H A Dtest-crypto-x509.js100 x509.fingerprint,
293 fingerprint: '8B:89:16:C4:99:87:D2:13:1A:64:94:36:38:A5:32:01:F0:95:3B:53',
315 assert.strictEqual(legacyObject.fingerprint, legacyObjectCheck.fingerprint);
H A Dtest-tls-peer-certificate.js66 peerCert.fingerprint,
81 // SHA256 fingerprint of the public key
122 peerCert.fingerprint,
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
H A DDecimalQuantity_SimpleStorage.java292 long fingerprint = 0; in getPositionFingerprint()
293 fingerprint ^= lOptPos; in getPositionFingerprint()
294 fingerprint ^= (lReqPos << 16); in getPositionFingerprint()
295 fingerprint ^= ((long) rReqPos << 32); in getPositionFingerprint()
296 fingerprint ^= ((long) rOptPos << 48); in getPositionFingerprint()
297 return fingerprint; in getPositionFingerprint()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
H A DDecimalQuantity_SimpleStorage.java295 long fingerprint = 0; in getPositionFingerprint()
296 fingerprint ^= lOptPos; in getPositionFingerprint()
297 fingerprint ^= (lReqPos << 16); in getPositionFingerprint()
298 fingerprint ^= ((long) rReqPos << 32); in getPositionFingerprint()
299 fingerprint ^= ((long) rOptPos << 48); in getPositionFingerprint()
300 return fingerprint; in getPositionFingerprint()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dtest_font_utils.cc53 bool fingerprint, in LoadFontUsingByteVector()
59 factory->FingerprintFont(fingerprint); in LoadFontUsingByteVector()
52 LoadFontUsingByteVector(const char* font_path, bool fingerprint, FontArray* fonts) LoadFontUsingByteVector() argument
H A Dtest_font_utils.h31 bool fingerprint,
/third_party/skia/third_party/externals/dawn/src/dawn_platform/
H A DDawnPlatform.cpp54 dawn_platform::CachingInterface* Platform::GetCachingInterface(const void* fingerprint, in GetCachingInterface() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc33 void FontFactory::FingerprintFont(bool fingerprint) { in FingerprintFont() argument
34 fingerprint_ = fingerprint; in FingerprintFont()
H A Dfont_factory.h39 // @param fingerprint whether fingerprinting should be turned on or off
41 void FingerprintFont(bool fingerprint);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalQuantity_AbstractBCD.java168 long fingerprint = 0; in getPositionFingerprint()
169 fingerprint ^= (lReqPos << 16); in getPositionFingerprint()
170 fingerprint ^= ((long) rReqPos << 32); in getPositionFingerprint()
171 return fingerprint; in getPositionFingerprint()
/third_party/skia/third_party/externals/dawn/src/include/dawn_platform/
H A DDawnPlatform.h102 // The |fingerprint| is provided by Dawn to inform the client to discard the Dawn caches
103 // when the fingerprint changes. The returned CachingInterface is expected to outlive the
105 virtual CachingInterface* GetCachingInterface(const void* fingerprint,
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalQuantity_AbstractBCD.java166 long fingerprint = 0; in getPositionFingerprint()
167 fingerprint ^= (lReqPos << 16); in getPositionFingerprint()
168 fingerprint ^= ((long) rReqPos << 32); in getPositionFingerprint()
169 return fingerprint; in getPositionFingerprint()
/third_party/node/src/crypto/
H A Dcrypto_common.cc404 char fingerprint[3 * EVP_MAX_MD_SIZE]) { in AddFingerprintDigest()
409 fingerprint[3*i] = hex[(md[i] & 0xf0) >> 4]; in AddFingerprintDigest()
410 fingerprint[(3*i)+1] = hex[(md[i] & 0x0f)]; in AddFingerprintDigest()
411 fingerprint[(3*i)+2] = ':'; in AddFingerprintDigest()
415 fingerprint[(3 * (md_size - 1)) + 2] = '\0'; in AddFingerprintDigest()
563 char fingerprint[EVP_MAX_MD_SIZE * 3]; in GetFingerprintDigest() local
566 AddFingerprintDigest(md, md_size, fingerprint); in GetFingerprintDigest()
567 return OneByteString(env->isolate(), fingerprint); in GetFingerprintDigest()
/third_party/node/tools/
H A Drelease.sh70 gpgfing=$(gpg --keyid-format 0xLONG --fingerprint "$gpgkey" | grep 'Key fingerprint =' | awk -F' = ' '{print $2}' | tr -d ' ')
73 echo 'Error: this GPG key fingerprint is not listed in ./README.md' && \
/third_party/curl/lib/vssh/
H A Dlibssh2.c655 const char *fingerprint = NULL; in ssh_check_fingerprint() local
662 /* The fingerprint points to static storage (!), don't free() it. */ in ssh_check_fingerprint()
663 fingerprint = libssh2_hostkey_hash(sshc->ssh_session, in ssh_check_fingerprint()
673 fingerprint = (char *) hash; in ssh_check_fingerprint()
677 if(!fingerprint) { in ssh_check_fingerprint()
679 "Denied establishing ssh session: sha256 fingerprint " in ssh_check_fingerprint()
686 /* The length of fingerprint is 32 bytes for SHA256. in ssh_check_fingerprint()
688 if(Curl_base64_encode(fingerprint, 32, &fingerprint_b64, in ssh_check_fingerprint()
696 failf(data, "sha256 fingerprint could not be encoded"); in ssh_check_fingerprint()
702 infof(data, "SSH SHA256 fingerprint in ssh_check_fingerprint()
736 const char *fingerprint = NULL; ssh_check_fingerprint() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_decimalquantity.cpp178 uint64_t fingerprint = 0; in getPositionFingerprint() local
179 fingerprint ^= (lReqPos << 16); in getPositionFingerprint()
180 fingerprint ^= (static_cast<uint64_t>(rReqPos) << 32); in getPositionFingerprint()
181 return fingerprint; in getPositionFingerprint()

Completed in 21 milliseconds

12