Home
last modified time | relevance | path

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 Dscript.c228 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 Dpubkey.h63 void pubkey_to_hash160(const struct pubkey *pk, struct ripemd160 *hash);
H A Dpubkey.c93 void pubkey_to_hash160(const struct pubkey *pk, struct ripemd160 *hash) in pubkey_to_hash160() function
H A Dpsbt.c251 pubkey_to_hash160(pubkey, &hash); in psbt_input_add_pubkey()
/dports/net-p2p/c-lightning/lightning-0.10.2/bitcoin/test/
H A Drun-tx-encode.c73 void pubkey_to_hash160(const struct pubkey *pk UNNEEDED, struct ripemd160 *hash UNNEEDED) in pubkey_to_hash160() function
H A Drun-bitcoin_block_from_hex.c71 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 Dhsmtool.c392 pubkey_to_hash160(&basepoint, &pubkeyhash); in guess_to_remote()
/dports/net-p2p/c-lightning/lightning-0.10.2/wallet/
H A Dwalletrpc.c55 pubkey_to_hash160(pubkey, &h160); in encode_pubkey_to_addr()