Home
last modified time | relevance | path

Searched refs:wally_hash160 (Results 1 – 11 of 11) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/
H A Daddress.c33 … if (wally_hash160(hdkey->pub_key, sizeof(hdkey->pub_key), address + 1, HASH160_LEN) != WALLY_OK) in wally_bip32_key_to_address()
42 …if (wally_hash160(hdkey->pub_key, sizeof(hdkey->pub_key), redeem_script + 2, HASH160_LEN) != WALLY… in wally_bip32_key_to_address()
47 … if (wally_hash160(redeem_script, sizeof(redeem_script), address + 1, HASH160_LEN) != WALLY_OK) in wally_bip32_key_to_address()
67 …if (wally_hash160(hdkey->pub_key, sizeof(hdkey->pub_key), witness_program_bytes + 2, HASH160_LEN) … in wally_bip32_key_to_addr_segwit()
H A Dwif.c169 if ((ret = wally_hash160(pubkey, written, &address[1], HASH160_LEN))) in wally_wif_to_address()
H A Dinternal.c176 int wally_hash160(const unsigned char *bytes, size_t bytes_len, in wally_hash160() function
H A Dbip32.c99 wally_hash160(key_out->pub_key, sizeof(key_out->pub_key), in key_compute_hash160()
H A Dscript.c857 ret = wally_hash160(bytes, bytes_len, buff, HASH160_LEN); in wally_script_push_from_bytes()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/test/
H A Dtest_hash.py65 elif fn == wally_hash160:
102 result = self.do_hash(wally_hash160, utf8(msg), aligned)
108 for fn in [wally_sha256, wally_sha512, wally_sha256d, wally_hash160]:
H A Dtest_pegin.py33 …self.assertEqual(wally_hash160(mainchain_script, mainchain_script_len, script, script_len), WALLY_…
58 …self.assertEqual(wally_hash160(mainchain_script, mainchain_script_len, script, script_len), WALLY_…
H A Dtest_wif.py117 wally_hash160(pub, len(pub), h, h_len)
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/include/
H A Dwally_crypto.h166 WALLY_CORE_API int wally_hash160(
H A Dwally.hpp436 int ret = ::wally_hash160(bytes.data(), bytes.size(), bytes_out.data(), bytes_out.size()); in hash160()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/swig_java/
H A Dswig.i459 %returns_array_(wally_hash160, 3, 4, HASH160_LEN);