Home
last modified time | relevance | path

Searched defs:SigHashType (Results 1 – 24 of 24) sorted by relevance

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dsign.go22 amt int64, subScript []byte, hashType SigHashType,
50 subscript []byte, hashType SigHashType, privKey *btcec.PrivateKey,
75 hashType SigHashType, key *btcec.PrivateKey) ([]byte, error) {
97 func SignatureScript(tx *wire.MsgTx, idx int, subscript []byte, hashType SigHashType, privKey *btce…
114 func p2pkSignatureScript(tx *wire.MsgTx, idx int, subScript []byte, hashType SigHashType, privKey *…
127 func signMultiSig(tx *wire.MsgTx, idx int, subScript []byte, hashType SigHashType,
157 subScript []byte, hashType SigHashType, kdb KeyDB, sdb ScriptDB) ([]byte,
434 pkScript []byte, hashType SigHashType, kdb KeyDB, sdb ScriptDB,
H A Dscript.go23 type SigHashType uint32 type
439 hashType SigHashType, tx *wire.MsgTx, idx int, amt int64) ([]byte, error) {
545 func CalcWitnessSigHash(script []byte, sigHashes *TxSigHashes, hType SigHashType,
588 func CalcSignatureHash(script []byte, hashType SigHashType, tx *wire.MsgTx, idx int) ([]byte, error…
599 func calcSignatureHash(script []parsedOpcode, hashType SigHashType, tx *wire.MsgTx, idx int) []byte…
H A Dsign_test.go75 hashType SigHashType, kdb KeyDB, sdb ScriptDB,
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dsign.go22 amt int64, subScript []byte, hashType SigHashType,
50 subscript []byte, hashType SigHashType, privKey *btcec.PrivateKey,
75 hashType SigHashType, key *btcec.PrivateKey) ([]byte, error) {
97 func SignatureScript(tx *wire.MsgTx, idx int, subscript []byte, hashType SigHashType, privKey *btce…
114 func p2pkSignatureScript(tx *wire.MsgTx, idx int, subScript []byte, hashType SigHashType, privKey *…
127 func signMultiSig(tx *wire.MsgTx, idx int, subScript []byte, hashType SigHashType,
157 subScript []byte, hashType SigHashType, kdb KeyDB, sdb ScriptDB) ([]byte,
434 pkScript []byte, hashType SigHashType, kdb KeyDB, sdb ScriptDB,
H A Dscript.go23 type SigHashType uint32 type
439 hashType SigHashType, tx *wire.MsgTx, idx int, amt int64) ([]byte, error) {
545 func CalcWitnessSigHash(script []byte, sigHashes *TxSigHashes, hType SigHashType,
588 func CalcSignatureHash(script []byte, hashType SigHashType, tx *wire.MsgTx, idx int) ([]byte, error…
599 func calcSignatureHash(script []parsedOpcode, hashType SigHashType, tx *wire.MsgTx, idx int) []byte…
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dsign.go22 amt int64, subScript []byte, hashType SigHashType,
50 subscript []byte, hashType SigHashType, privKey *btcec.PrivateKey,
75 hashType SigHashType, key *btcec.PrivateKey) ([]byte, error) {
97 func SignatureScript(tx *wire.MsgTx, idx int, subscript []byte, hashType SigHashType, privKey *btce…
114 func p2pkSignatureScript(tx *wire.MsgTx, idx int, subScript []byte, hashType SigHashType, privKey *…
127 func signMultiSig(tx *wire.MsgTx, idx int, subScript []byte, hashType SigHashType,
157 subScript []byte, hashType SigHashType, kdb KeyDB, sdb ScriptDB) ([]byte,
434 pkScript []byte, hashType SigHashType, kdb KeyDB, sdb ScriptDB,
H A Dscript.go23 type SigHashType uint32 type
439 hashType SigHashType, tx *wire.MsgTx, idx int, amt int64) ([]byte, error) {
545 func CalcWitnessSigHash(script []byte, sigHashes *TxSigHashes, hType SigHashType,
588 func CalcSignatureHash(script []byte, hashType SigHashType, tx *wire.MsgTx, idx int) ([]byte, error…
599 func calcSignatureHash(script []parsedOpcode, hashType SigHashType, tx *wire.MsgTx, idx int) []byte…
H A Dsign_test.go75 hashType SigHashType, kdb KeyDB, sdb ScriptDB,
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dsign.go22 amt int64, subScript []byte, hashType SigHashType,
50 subscript []byte, hashType SigHashType, privKey *btcec.PrivateKey,
75 hashType SigHashType, key *btcec.PrivateKey) ([]byte, error) {
97 func SignatureScript(tx *wire.MsgTx, idx int, subscript []byte, hashType SigHashType, privKey *btce…
114 func p2pkSignatureScript(tx *wire.MsgTx, idx int, subScript []byte, hashType SigHashType, privKey *…
127 func signMultiSig(tx *wire.MsgTx, idx int, subScript []byte, hashType SigHashType,
157 subScript []byte, hashType SigHashType, kdb KeyDB, sdb ScriptDB) ([]byte,
434 pkScript []byte, hashType SigHashType, kdb KeyDB, sdb ScriptDB,
H A Dscript.go23 type SigHashType uint32 type
439 hashType SigHashType, tx *wire.MsgTx, idx int, amt int64) ([]byte, error) {
545 func CalcWitnessSigHash(script []byte, sigHashes *TxSigHashes, hType SigHashType,
588 func CalcSignatureHash(script []byte, hashType SigHashType, tx *wire.MsgTx, idx int) ([]byte, error…
599 func calcSignatureHash(script []parsedOpcode, hashType SigHashType, tx *wire.MsgTx, idx int) []byte…
H A Dsign_test.go75 hashType SigHashType, kdb KeyDB, sdb ScriptDB,
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/txscript/
H A Dsign.go22 amt int64, subScript []byte, hashType SigHashType,
50 subscript []byte, hashType SigHashType, privKey *btcec.PrivateKey,
75 hashType SigHashType, key *btcec.PrivateKey) ([]byte, error) {
97 func SignatureScript(tx *wire.MsgTx, idx int, subscript []byte, hashType SigHashType, privKey *btce…
114 func p2pkSignatureScript(tx *wire.MsgTx, idx int, subScript []byte, hashType SigHashType, privKey *…
127 func signMultiSig(tx *wire.MsgTx, idx int, subScript []byte, hashType SigHashType,
157 subScript []byte, hashType SigHashType, kdb KeyDB, sdb ScriptDB) ([]byte,
434 pkScript []byte, hashType SigHashType, kdb KeyDB, sdb ScriptDB,
H A Dscript.go23 type SigHashType uint32 type
439 hashType SigHashType, tx *wire.MsgTx, idx int, amt int64) ([]byte, error) {
545 func CalcWitnessSigHash(script []byte, sigHashes *TxSigHashes, hType SigHashType,
588 func CalcSignatureHash(script []byte, hashType SigHashType, tx *wire.MsgTx, idx int) ([]byte, error…
599 func calcSignatureHash(script []parsedOpcode, hashType SigHashType, tx *wire.MsgTx, idx int) []byte…
H A Dsign_test.go75 hashType SigHashType, kdb KeyDB, sdb ScriptDB,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/txscript/
H A Dsign.go22 amt int64, subScript []byte, hashType SigHashType,
50 subscript []byte, hashType SigHashType, privKey *btcec.PrivateKey,
75 hashType SigHashType, key *btcec.PrivateKey) ([]byte, error) {
97 func SignatureScript(tx *wire.MsgTx, idx int, subscript []byte, hashType SigHashType, privKey *btce…
114 func p2pkSignatureScript(tx *wire.MsgTx, idx int, subScript []byte, hashType SigHashType, privKey *…
127 func signMultiSig(tx *wire.MsgTx, idx int, subScript []byte, hashType SigHashType,
157 subScript []byte, hashType SigHashType, kdb KeyDB, sdb ScriptDB) ([]byte,
434 pkScript []byte, hashType SigHashType, kdb KeyDB, sdb ScriptDB,
H A Dscript.go23 type SigHashType uint32 type
439 hashType SigHashType, tx *wire.MsgTx, idx int, amt int64) ([]byte, error) {
545 func CalcWitnessSigHash(script []byte, sigHashes *TxSigHashes, hType SigHashType,
588 func CalcSignatureHash(script []byte, hashType SigHashType, tx *wire.MsgTx, idx int) ([]byte, error…
599 func calcSignatureHash(script []parsedOpcode, hashType SigHashType, tx *wire.MsgTx, idx int) []byte…
H A Dsign_test.go75 hashType SigHashType, kdb KeyDB, sdb ScriptDB,
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/rpcclient/
H A Drawtransactions.go26 type SigHashType string type
499 hashType SigHashType) FutureSignRawTransactionResult {
537 hashType SigHashType) (*wire.MsgTx, bool, error) {
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/rpcclient/
H A Drawtransactions.go26 type SigHashType string type
499 hashType SigHashType) FutureSignRawTransactionResult {
537 hashType SigHashType) (*wire.MsgTx, bool, error) {
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/rpcclient/
H A Drawtransactions.go26 type SigHashType string type
499 hashType SigHashType) FutureSignRawTransactionResult {
537 hashType SigHashType) (*wire.MsgTx, bool, error) {
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/rpcclient/
H A Drawtransactions.go26 type SigHashType string type
499 hashType SigHashType) FutureSignRawTransactionResult {
537 hashType SigHashType) (*wire.MsgTx, bool, error) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/rpcclient/
H A Drawtransactions.go26 type SigHashType string type
494 hashType SigHashType) FutureSignRawTransactionResult {
532 hashType SigHashType) (*wire.MsgTx, bool, error) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/rpcclient/
H A Drawtransactions.go26 type SigHashType string type
494 hashType SigHashType) FutureSignRawTransactionResult {
532 hashType SigHashType) (*wire.MsgTx, bool, error) {
/dports/emulators/qemu/qemu-6.2.0/hw/rtc/
H A Dds1338.c76 } else {