/dports/finance/electrum/Electrum-4.1.5/electrum/ |
H A D | keystore.py | 440 def __init__(self, *, derivation_prefix: str = None, root_fingerprint: str = None): 448 self._root_fingerprint = root_fingerprint # type: Optional[str] 509 … root_fingerprint=root_node.calc_fingerprint_of_this_node().hex().lower()) 511 … def add_key_origin(self, *, derivation_prefix: str = None, root_fingerprint: str = None) -> None: 513 …if not (root_fingerprint is None or (is_hex_str(root_fingerprint) and len(root_fingerprint) == 8)): 518 root_fingerprint=root_fingerprint): 520 if root_fingerprint is not None: 521 self._root_fingerprint = root_fingerprint 552 …Xpub.__init__(self, derivation_prefix=d.get('derivation'), root_fingerprint=d.get('root_fingerprin… 601 root_fingerprint, derivation_prefix = bip32.root_fp_and_der_prefix_from_xkey(xpub) [all …]
|
H A D | bip32.py | 394 root_fingerprint = None 398 root_fingerprint = node.calc_fingerprint_of_this_node().hex().lower() 402 root_fingerprint = node.fingerprint.hex() 403 return root_fingerprint, derivation_prefix 408 root_fingerprint: str = None) -> bool: 416 if bfh(root_fingerprint) != bip32node.calc_fingerprint_of_this_node(): 424 if bfh(root_fingerprint) != bip32node.fingerprint:
|
H A D | wallet_db.py | 450 root_fingerprint = ks.get('ckcc_xfp', None) 451 if root_fingerprint is not None: 452 … root_fingerprint = root_fingerprint.to_bytes(4, byteorder="little", signed=False).hex().lower() 453 if root_fingerprint is None: 455 root_fingerprint = bip32node.calc_fingerprint_of_this_node().hex().lower() 457 root_fingerprint = bip32node.fingerprint.hex() 458 ks['root_fingerprint'] = root_fingerprint
|
H A D | base_wizard.py | 467 root_fingerprint = client.request_root_fingerprint_from_device() 480 'root_fingerprint': root_fingerprint,
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/cert/ |
H A D | trial_comparison_cert_verifier.cc | 112 SHA256HashValue root_fingerprint; in CertHasMultipleEVPoliciesAndOneMatchesRoot() local 114 root_fingerprint.data, in CertHasMultipleEVPoliciesAndOneMatchesRoot() 115 sizeof(root_fingerprint.data)); in CertHasMultipleEVPoliciesAndOneMatchesRoot() 118 if (ev_metadata->HasEVPolicyOIDGivenBytes(root_fingerprint, oid)) in CertHasMultipleEVPoliciesAndOneMatchesRoot()
|
H A D | trial_comparison_cert_verifier_unittest.cc | 1064 SHA256HashValue root_fingerprint; in TEST_F() local 1067 root_fingerprint.data, in TEST_F() 1068 sizeof(root_fingerprint.data)); in TEST_F() 1072 root_fingerprint, "1.2.6.7"); in TEST_F() 1642 SHA256HashValue root_fingerprint; in TEST_F() local 1645 root_fingerprint.data, in TEST_F() 1646 sizeof(root_fingerprint.data)); in TEST_F() 1651 root_fingerprint, "1.2.6.7"); in TEST_F() 1780 SHA256HashValue root_fingerprint; in TEST_F() local 1783 root_fingerprint.data, in TEST_F() [all …]
|
H A D | cert_verify_proc_builtin.cc | 320 SHA256HashValue root_fingerprint; in ConformsToEVPolicy() local 322 root_fingerprint.data, in ConformsToEVPolicy() 323 sizeof(root_fingerprint.data)); in ConformsToEVPolicy() 326 if (ev_metadata_->HasEVPolicyOIDGivenBytes(root_fingerprint, oid)) in ConformsToEVPolicy()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cert/ |
H A D | trial_comparison_cert_verifier.cc | 112 SHA256HashValue root_fingerprint; in CertHasMultipleEVPoliciesAndOneMatchesRoot() local 114 root_fingerprint.data, in CertHasMultipleEVPoliciesAndOneMatchesRoot() 115 sizeof(root_fingerprint.data)); in CertHasMultipleEVPoliciesAndOneMatchesRoot() 118 if (ev_metadata->HasEVPolicyOIDGivenBytes(root_fingerprint, oid)) in CertHasMultipleEVPoliciesAndOneMatchesRoot()
|
H A D | trial_comparison_cert_verifier_unittest.cc | 1064 SHA256HashValue root_fingerprint; in TEST_F() local 1067 root_fingerprint.data, in TEST_F() 1068 sizeof(root_fingerprint.data)); in TEST_F() 1072 root_fingerprint, "1.2.6.7"); in TEST_F() 1642 SHA256HashValue root_fingerprint; in TEST_F() local 1645 root_fingerprint.data, in TEST_F() 1646 sizeof(root_fingerprint.data)); in TEST_F() 1651 root_fingerprint, "1.2.6.7"); in TEST_F() 1780 SHA256HashValue root_fingerprint; in TEST_F() local 1783 root_fingerprint.data, in TEST_F() [all …]
|
H A D | cert_verify_proc_builtin.cc | 320 SHA256HashValue root_fingerprint; in ConformsToEVPolicy() local 322 root_fingerprint.data, in ConformsToEVPolicy() 323 sizeof(root_fingerprint.data)); in ConformsToEVPolicy() 326 if (ev_metadata_->HasEVPolicyOIDGivenBytes(root_fingerprint, oid)) in ConformsToEVPolicy()
|
/dports/security/py-trezor/trezor-0.13.0/src/trezorlib/cli/ |
H A D | btc.py | 253 fingerprint = pub.root_fingerprint if pub.root_fingerprint is not None else 0
|
/dports/finance/electrum/Electrum-4.1.5/electrum/plugins/hw_wallet/ |
H A D | plugin.py | 260 root_fingerprint = BIP32Node.from_xkey(child_of_root_xpub).fingerprint.hex().lower() 261 return root_fingerprint
|
/dports/finance/electrum/Electrum-4.1.5/electrum/plugins/bitbox02/ |
H A D | bitbox02.py | 98 return self.bitbox02_device.root_fingerprint().hex() 267 self.bitbox02_device.root_fingerprint().hex(), 277 return self.bitbox02_device.root_fingerprint().hex()
|
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/crypto/ |
H A D | x509.c | 1249 const uint8_t *root_fingerprint = root->fingerprints; in x509_check_root() local 1257 if ( memcmp ( fingerprint, root_fingerprint, in x509_check_root() 1263 root_fingerprint += sizeof ( fingerprint ); in x509_check_root()
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/crypto/ |
H A D | x509.c | 1249 const uint8_t *root_fingerprint = root->fingerprints; in x509_check_root() local 1257 if ( memcmp ( fingerprint, root_fingerprint, in x509_check_root() 1263 root_fingerprint += sizeof ( fingerprint ); in x509_check_root()
|
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/crypto/ |
H A D | x509.c | 1248 const uint8_t *root_fingerprint = root->fingerprints; in x509_check_root() local 1256 if ( memcmp ( fingerprint, root_fingerprint, in x509_check_root() 1262 root_fingerprint += sizeof ( fingerprint ); in x509_check_root()
|
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/crypto/ |
H A D | x509.c | 1249 const uint8_t *root_fingerprint = root->fingerprints; in x509_check_root() local 1257 if ( memcmp ( fingerprint, root_fingerprint, in x509_check_root() 1263 root_fingerprint += sizeof ( fingerprint ); in x509_check_root()
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/crypto/ |
H A D | x509.c | 1249 const uint8_t *root_fingerprint = root->fingerprints; in x509_check_root() local 1257 if ( memcmp ( fingerprint, root_fingerprint, in x509_check_root() 1263 root_fingerprint += sizeof ( fingerprint ); in x509_check_root()
|
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/crypto/ |
H A D | x509.c | 1249 const uint8_t *root_fingerprint = root->fingerprints; in x509_check_root() local 1257 if ( memcmp ( fingerprint, root_fingerprint, in x509_check_root() 1263 root_fingerprint += sizeof ( fingerprint ); in x509_check_root()
|
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/crypto/ |
H A D | x509.c | 1249 const uint8_t *root_fingerprint = root->fingerprints; in x509_check_root() local 1257 if ( memcmp ( fingerprint, root_fingerprint, in x509_check_root() 1263 root_fingerprint += sizeof ( fingerprint ); in x509_check_root()
|
/dports/net/ipxe/ipxe-2265a65/src/crypto/ |
H A D | x509.c | 1263 const uint8_t *root_fingerprint = root->fingerprints; in x509_check_root() local 1271 if ( memcmp ( fingerprint, root_fingerprint, in x509_check_root() 1277 root_fingerprint += sizeof ( fingerprint ); in x509_check_root()
|
/dports/security/py-trezor/trezor-0.13.0/src/trezorlib/ |
H A D | messages.py | 976 root_fingerprint: Optional["int"] = None, 980 self.root_fingerprint = root_fingerprint
|