Searched refs:pubkey_to_hash160 (Results 1 – 8 of 8) sorted by relevance
/dports/net-p2p/c-lightning/lightning-0.10.2/bitcoin/ |
H A D | script.c | 228 pubkey_to_hash160(key, &keyhash); in bitcoin_redeem_p2sh_p2wpkh() 294 pubkey_to_hash160(key, &h); in scriptpubkey_p2wpkh() 403 pubkey_to_hash160(key, &pkhash); in p2wpkh_scriptcode() 622 pubkey_to_hash160(revocationkey, &ripemd); in bitcoin_wscript_htlc_offer_ripemd160() 733 pubkey_to_hash160(revocationkey, &ripemd); in bitcoin_wscript_htlc_receive_ripemd()
|
H A D | pubkey.h | 63 void pubkey_to_hash160(const struct pubkey *pk, struct ripemd160 *hash);
|
H A D | pubkey.c | 93 void pubkey_to_hash160(const struct pubkey *pk, struct ripemd160 *hash) in pubkey_to_hash160() function
|
H A D | psbt.c | 251 pubkey_to_hash160(pubkey, &hash); in psbt_input_add_pubkey()
|
/dports/net-p2p/c-lightning/lightning-0.10.2/bitcoin/test/ |
H A D | run-tx-encode.c | 73 void pubkey_to_hash160(const struct pubkey *pk UNNEEDED, struct ripemd160 *hash UNNEEDED) in pubkey_to_hash160() function
|
H A D | run-bitcoin_block_from_hex.c | 71 void pubkey_to_hash160(const struct pubkey *pk UNNEEDED, struct ripemd160 *hash UNNEEDED) in pubkey_to_hash160() function
|
/dports/net-p2p/c-lightning/lightning-0.10.2/tools/ |
H A D | hsmtool.c | 392 pubkey_to_hash160(&basepoint, &pubkeyhash); in guess_to_remote()
|
/dports/net-p2p/c-lightning/lightning-0.10.2/wallet/ |
H A D | walletrpc.c | 55 pubkey_to_hash160(pubkey, &h160); in encode_pubkey_to_addr()
|