Home
last modified time | relevance | path

Searched refs:get_nonce (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/finance/electrum/Electrum-4.1.5/electrum/plugins/labels/
H A Dlabels.py50 def get_nonce(self, wallet: 'Abstract_Wallet'): member in LabelsPlugin
68 nonce = self.get_nonce(wallet)
109 "walletNonce": self.get_nonce(wallet)}
126 nonce = 1 if force else self.get_nonce(wallet) - 1
187 nonce = self.get_nonce(wallet)
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/misc/roughtime/
H A Droughtime.cpp172 std::memcpy(buf.data() + 16, nonce.get_nonce().data(), nonce.get_nonce().size()); in encode_request()
173 …std::memset(buf.data() + 16 + nonce.get_nonce().size(), 0, buf.size() - 16 - nonce.get_nonce().siz… in encode_request()
204 auto hash = hashLeaf(nonce.get_nonce()); in from_bits()
241 const auto blind_arr = blind.get_nonce(); in nonce_from_blind()
355 …s += Botan::base64_encode(link.nonce_or_blind().get_nonce().data(), link.nonce_or_blind().get_nonc… in to_string()
/dports/security/botan2/Botan-2.18.2/src/lib/misc/roughtime/
H A Droughtime.cpp172 std::memcpy(buf.data() + 16, nonce.get_nonce().data(), nonce.get_nonce().size()); in encode_request()
173 …std::memset(buf.data() + 16 + nonce.get_nonce().size(), 0, buf.size() - 16 - nonce.get_nonce().siz… in encode_request()
204 auto hash = hashLeaf(nonce.get_nonce()); in from_bits()
241 const auto blind_arr = blind.get_nonce(); in nonce_from_blind()
355 …s += Botan::base64_encode(link.nonce_or_blind().get_nonce().data(), link.nonce_or_blind().get_nonc… in to_string()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/misc/roughtime/
H A Droughtime.cpp172 std::memcpy(buf.data() + 16, nonce.get_nonce().data(), nonce.get_nonce().size()); in encode_request()
173 …std::memset(buf.data() + 16 + nonce.get_nonce().size(), 0, buf.size() - 16 - nonce.get_nonce().siz… in encode_request()
204 auto hash = hashLeaf(nonce.get_nonce()); in from_bits()
241 const auto blind_arr = blind.get_nonce(); in nonce_from_blind()
355 …s += Botan::base64_encode(link.nonce_or_blind().get_nonce().data(), link.nonce_or_blind().get_nonc… in to_string()
/dports/security/py-trezor/trezor-0.13.0/tests/
H A Dtest_cosi.py121 cosi.get_nonce(privkey, message)[1]
134 nonce_pairs = [cosi.get_nonce(pk, message) for pk in privkeys]
166 nonce_pairs = [cosi.get_nonce(pk, message) for pk in signers]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
346 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
347 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
706 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
714 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
996 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
339 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
340 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
702 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
709 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
992 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
346 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
347 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
703 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
711 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
993 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
346 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
347 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
706 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
714 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
996 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
346 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
347 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
706 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
714 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
996 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
339 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
340 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
702 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
709 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
992 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
346 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
347 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
706 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
714 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
996 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
346 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
347 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
706 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
714 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
996 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
346 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
347 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
706 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
714 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
996 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
339 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
340 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
702 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
709 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
992 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
339 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
340 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
702 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
709 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
992 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
346 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
347 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
703 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
711 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
993 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce;
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) {
346 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) {
347 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2,
703 RAND_DRBG_get_nonce_fn get_nonce,
711 drbg->get_nonce = get_nonce;
993 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) {
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
339 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
340 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
702 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
709 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
992 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
339 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
340 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
702 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
709 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
992 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/security/openssl-static/openssl-1.1.1l/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
339 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
340 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
702 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
709 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
992 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/security/openssl/openssl-1.1.1n/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
339 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
340 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
702 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
709 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
992 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
346 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
347 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
706 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
714 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
996 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce;
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) {
339 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) {
340 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2,
702 RAND_DRBG_get_nonce_fn get_nonce,
709 drbg->get_nonce = get_nonce;
992 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) {
/dports/www/node10/node-v10.24.1/deps/openssl/openssl/crypto/rand/
H A Ddrbg_lib.c207 drbg->get_nonce = rand_drbg_get_nonce; in rand_drbg_new()
324 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in RAND_DRBG_instantiate()
339 if (drbg->min_noncelen > 0 && drbg->get_nonce != NULL) { in RAND_DRBG_instantiate()
340 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2, in RAND_DRBG_instantiate()
702 RAND_DRBG_get_nonce_fn get_nonce, in RAND_DRBG_set_callbacks() argument
709 drbg->get_nonce = get_nonce; in RAND_DRBG_set_callbacks()
992 if (drbg->min_noncelen > 0 && drbg->get_nonce == NULL) { in rand_drbg_seedlen()

12345678910