/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
H A D | FontFactory.java | 44 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 D | TestFontUtils.java | 68 * @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 D | dng_camera_profile.h | 54 /// \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 D | storeutl.c | 51 {"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 D | crl.c | 58 {"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 D | storeutl.c | 51 {"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 D | crl.c | 58 {"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 D | sae_pk.c | 371 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 D | x509.js | 138 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 D | test-crypto-x509.js | 100 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 D | test-tls-peer-certificate.js | 66 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 D | DecimalQuantity_SimpleStorage.java | 292 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 D | DecimalQuantity_SimpleStorage.java | 295 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 D | test_font_utils.cc | 53 bool fingerprint, in LoadFontUsingByteVector() 59 factory->FingerprintFont(fingerprint); in LoadFontUsingByteVector() 52 LoadFontUsingByteVector(const char* font_path, bool fingerprint, FontArray* fonts) LoadFontUsingByteVector() argument
|
H A D | test_font_utils.h | 31 bool fingerprint,
|
/third_party/skia/third_party/externals/dawn/src/dawn_platform/ |
H A D | DawnPlatform.cpp | 54 dawn_platform::CachingInterface* Platform::GetCachingInterface(const void* fingerprint, in GetCachingInterface() argument
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
H A D | font_factory.cc | 33 void FontFactory::FingerprintFont(bool fingerprint) { in FingerprintFont() argument 34 fingerprint_ = fingerprint; in FingerprintFont()
|
H A D | font_factory.h | 39 // @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 D | DecimalQuantity_AbstractBCD.java | 168 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 D | DawnPlatform.h | 102 // 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 D | DecimalQuantity_AbstractBCD.java | 166 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 D | crypto_common.cc | 404 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 D | release.sh | 70 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 D | libssh2.c | 655 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 D | number_decimalquantity.cpp | 178 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()
|