Home
last modified time | relevance | path

Searched refs:bip32_key_from_parent (Results 1 – 10 of 10) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/test/
H A Dtest_bip32.py143 ret = bip32_key_from_parent(byref(parent), child_num,
350 ret = bip32_key_from_parent(byref(pub), 1,
381 ret = bip32_key_from_parent(key, 1, flags, key_out)
396 ret = bip32_key_from_parent(m, 5, FLAG_KEY_PUBLIC, key_out)
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/swig_java/src/com/blockstream/test/
H A Dtest_bip32.java31 final Object derivedKey = Wally.bip32_key_from_parent(seedKey, 0, BIP32_FLAG_KEY_PRIVATE); in test()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/include/
H A Dwally_bip32.h210 WALLY_CORE_API int bip32_key_from_parent(
H A Dwally.hpp64 inline int bip32_key_from_parent(const HDKEY& hdkey, uint32_t child_num, uint32_t flags, struct ext… in bip32_key_from_parent() function
65 int ret = ::bip32_key_from_parent(detail::get_p(hdkey), child_num, flags, output); in bip32_key_from_parent()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/
H A Dbip32.c381 int bip32_key_from_parent(const struct ext_key *hdkey, uint32_t child_num, in bip32_key_from_parent() function
519 ret = bip32_key_from_parent(hdkey, child_num, flags, *output); in bip32_key_from_parent_alloc()
551 ret = bip32_key_from_parent(hdkey, child_path[i], derivation_flags, derived); in bip32_key_from_parent_path()
/dports/net-p2p/c-lightning/lightning-0.10.2/hsmd/
H A Dlibhsmd.c335 if (bip32_key_from_parent(&secretstuff.bip32, index, in bitcoin_key()
1533 if (bip32_key_from_parent(&master_extkey, 0, BIP32_FLAG_KEY_PRIVATE, in hsmd_init()
1541 if (bip32_key_from_parent(&child_extkey, 0, BIP32_FLAG_KEY_PRIVATE, in hsmd_init()
1564 if (bip32_key_from_parent(&master_extkey, in hsmd_init()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/pyexample/liquid/
H A Dreceive-send.py15 wallet_derived_key = wally.bip32_key_from_parent(
/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Dkey_derive.c261 if (bip32_key_from_parent(bip32_base, index, flags, &ext) != WALLY_OK) in bip32_pubkey()
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dlightningd.c584 if (bip32_key_from_parent(w->bip32_base, i, BIP32_FLAG_KEY_PUBLIC, &ext) != WALLY_OK) { in init_txfilter()
/dports/net-p2p/c-lightning/lightning-0.10.2/wallet/
H A Dwallet.c678 if (bip32_key_from_parent(w->bip32_base, i, in wallet_can_spend()