Home
last modified time | relevance | path

Searched defs:keypair (Results 201 – 225 of 651) sorted by path

12345678910>>...27

/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/secp256k1/src/
H A Dbench_schnorrsig.c65 secp256k1_keypair *keypair = (secp256k1_keypair *)malloc(sizeof(*keypair)); in main() local
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/secp256k1/src/modules/extrakeys/
H A Dmain_impl.h131 static void secp256k1_keypair_save(secp256k1_keypair *keypair, const secp256k1_scalar *sk, secp256k… in secp256k1_keypair_save()
137 …seckey_load(const secp256k1_context* ctx, secp256k1_scalar *sk, const secp256k1_keypair *keypair) { in secp256k1_keypair_seckey_load()
151 …secp256k1_context* ctx, secp256k1_scalar *sk, secp256k1_ge *pk, const secp256k1_keypair *keypair) { in secp256k1_keypair_load()
171 int secp256k1_keypair_create(const secp256k1_context* ctx, secp256k1_keypair *keypair, const unsign… in secp256k1_keypair_create()
189 …eypair_sec(const secp256k1_context* ctx, unsigned char *seckey, const secp256k1_keypair *keypair) { in secp256k1_keypair_sec()
199 …air_pub(const secp256k1_context* ctx, secp256k1_pubkey *pubkey, const secp256k1_keypair *keypair) { in secp256k1_keypair_pub()
209 …1_context* ctx, secp256k1_xonly_pubkey *pubkey, int *pk_parity, const secp256k1_keypair *keypair) { in secp256k1_keypair_xonly_pub()
230 int secp256k1_keypair_xonly_tweak_add(const secp256k1_context* ctx, secp256k1_keypair *keypair, con… in secp256k1_keypair_xonly_tweak_add()
H A Dtests_exhaustive_impl.h14 secp256k1_keypair keypair[EXHAUSTIVE_TEST_ORDER - 1]; in test_exhaustive_extrakeys() local
H A Dtests_impl.h317 secp256k1_keypair keypair; in test_keypair() local
429 secp256k1_keypair keypair; in test_keypair_add() local
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/secp256k1/src/modules/schnorrsig/
H A Dmain_impl.h127 …ext* ctx, unsigned char *sig64, const unsigned char *msg32, const secp256k1_keypair *keypair, secp… in secp256k1_schnorrsig_sign()
H A Dtests_exhaustive_impl.h179 secp256k1_keypair keypair[EXHAUSTIVE_TEST_ORDER - 1]; in test_exhaustive_schnorrsig() local
H A Dtests_impl.h195 secp256k1_keypair keypair; in test_schnorrsig_bip_vectors_check_signing() local
673 secp256k1_keypair keypair; in test_schnorrsig_sign() local
702 secp256k1_keypair keypair; in test_schnorrsig_sign_verify() local
758 secp256k1_keypair keypair; in test_schnorrsig_taproot() local
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dkey.cpp267 secp256k1_keypair keypair; in SignSchnorr() local
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/secp256k1/src/
H A Dbench_schnorrsig.c65 secp256k1_keypair *keypair = (secp256k1_keypair *)malloc(sizeof(*keypair)); in main() local
H A Dvalgrind_ctime_test.c80 secp256k1_keypair keypair; in run_tests() local
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/secp256k1/src/modules/extrakeys/
H A Dmain_impl.h131 static void secp256k1_keypair_save(secp256k1_keypair *keypair, const secp256k1_scalar *sk, secp256k… in secp256k1_keypair_save()
137 …seckey_load(const secp256k1_context* ctx, secp256k1_scalar *sk, const secp256k1_keypair *keypair) { in secp256k1_keypair_seckey_load()
151 …secp256k1_context* ctx, secp256k1_scalar *sk, secp256k1_ge *pk, const secp256k1_keypair *keypair) { in secp256k1_keypair_load()
171 int secp256k1_keypair_create(const secp256k1_context* ctx, secp256k1_keypair *keypair, const unsign… in secp256k1_keypair_create()
189 …eypair_sec(const secp256k1_context* ctx, unsigned char *seckey, const secp256k1_keypair *keypair) { in secp256k1_keypair_sec()
199 …air_pub(const secp256k1_context* ctx, secp256k1_pubkey *pubkey, const secp256k1_keypair *keypair) { in secp256k1_keypair_pub()
209 …1_context* ctx, secp256k1_xonly_pubkey *pubkey, int *pk_parity, const secp256k1_keypair *keypair) { in secp256k1_keypair_xonly_pub()
230 int secp256k1_keypair_xonly_tweak_add(const secp256k1_context* ctx, secp256k1_keypair *keypair, con… in secp256k1_keypair_xonly_tweak_add()
H A Dtests_exhaustive_impl.h14 secp256k1_keypair keypair[EXHAUSTIVE_TEST_ORDER - 1]; in test_exhaustive_extrakeys() local
H A Dtests_impl.h317 secp256k1_keypair keypair; in test_keypair() local
429 secp256k1_keypair keypair; in test_keypair_add() local
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/secp256k1/src/modules/schnorrsig/
H A Dmain_impl.h127 …ext* ctx, unsigned char *sig64, const unsigned char *msg32, const secp256k1_keypair *keypair, secp… in secp256k1_schnorrsig_sign()
H A Dtests_exhaustive_impl.h179 secp256k1_keypair keypair[EXHAUSTIVE_TEST_ORDER - 1]; in test_exhaustive_schnorrsig() local
H A Dtests_impl.h195 secp256k1_keypair keypair; in test_schnorrsig_bip_vectors_check_signing() local
673 secp256k1_keypair keypair; in test_schnorrsig_sign() local
702 secp256k1_keypair keypair; in test_schnorrsig_sign_verify() local
758 secp256k1_keypair keypair; in test_schnorrsig_taproot() local
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dkey.cpp267 secp256k1_keypair keypair; in SignSchnorr() local
H A Dserialize.h81 obj = htobe32(obj);
82 s.write((char*)&obj, 4);
/dports/net-p2p/bitcoin/bitcoin-22.0/src/secp256k1/src/
H A Dbench_schnorrsig.c65 secp256k1_keypair *keypair = (secp256k1_keypair *)malloc(sizeof(*keypair)); in main() local
/dports/net-p2p/bitcoin/bitcoin-22.0/src/secp256k1/src/modules/extrakeys/
H A Dtests_impl.h14 secp256k1_context_set_error_callback(ctx0, counting_illegal_callback_fn, ecount);
/dports/net-p2p/bitcoin/bitcoin-22.0/src/secp256k1/src/modules/schnorrsig/
H A Dmain_impl.h127 …ext* ctx, unsigned char *sig64, const unsigned char *msg32, const secp256k1_keypair *keypair, secp… in secp256k1_schnorrsig_sign()
H A Dtests_exhaustive_impl.h179 secp256k1_keypair keypair[EXHAUSTIVE_TEST_ORDER - 1]; in test_exhaustive_schnorrsig() local
H A Dtests_impl.h195 secp256k1_keypair keypair; in test_schnorrsig_bip_vectors_check_signing() local
673 secp256k1_keypair keypair; in test_schnorrsig_sign() local
702 secp256k1_keypair keypair; in test_schnorrsig_sign_verify() local
758 secp256k1_keypair keypair; in test_schnorrsig_taproot() local
/dports/net-p2p/c-lightning/lightning-0.10.2/common/test/
H A Drun-gossmap_guess_node_id.c117 secp256k1_keypair keypair; in main() local
/dports/net-p2p/c-lightning/lightning-0.10.2/connectd/
H A Dhandshake.c126 struct keypair { struct
147 * * `e`: a party's **ephemeral keypair**. For each session, a node MUST generate a argument

12345678910>>...27