Home
last modified time | relevance | path

Searched refs:reseed_count (Results 1 – 25 of 35) sorted by relevance

12

/dports/audio/lewton/lewton-0.10.2/cargo-crates/sha2-0.1.2/rust-crypto/src/
H A Dfortuna.rs182 reseed_count: u32, field
192 reseed_count: 0, in new_unseeded()
222 self.reseed_count += 1; in fill_bytes()
227 while self.reseed_count % (1 << n_pools) == 0 { in fill_bytes()
236 if self.reseed_count == 0 { in fill_bytes()
261 self.reseed_count += 1; in reseed()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/rust-crypto-0.2.36/src/
H A Dfortuna.rs182 reseed_count: u32, field
192 reseed_count: 0, in new_unseeded()
222 self.reseed_count += 1; in fill_bytes()
227 while self.reseed_count % (1 << n_pools) == 0 { in fill_bytes()
236 if self.reseed_count == 0 { in fill_bytes()
261 self.reseed_count += 1; in reseed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/Crypto/Random/Fortuna/
H A DFortunaAccumulator.py118 self.reseed_count = 0
154 self.reseed_count += 1
156 for i in which_pools(self.reseed_count):
/dports/security/py-pycrypto/pycrypto-2.6.1/lib/Crypto/Random/Fortuna/
H A DFortunaAccumulator.py118 self.reseed_count = 0
154 self.reseed_count += 1
156 for i in which_pools(self.reseed_count):
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/pgcrypto/
H A Dfortuna.c125 unsigned reseed_count; member
269 n = ++st->reseed_count; in reseed()
336 if (st->reseed_count == 0) in add_entropy()
398 if (st->pool0_bytes >= POOL0_FILL || st->reseed_count == 0) in extract_data()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/pgcrypto/
H A Dfortuna.c125 unsigned reseed_count; member
269 n = ++st->reseed_count; in reseed()
336 if (st->reseed_count == 0) in add_entropy()
398 if (st->pool0_bytes >= POOL0_FILL || st->reseed_count == 0) in extract_data()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/pgcrypto/
H A Dfortuna.c125 unsigned reseed_count; member
269 n = ++st->reseed_count; in reseed()
336 if (st->reseed_count == 0) in add_entropy()
398 if (st->pool0_bytes >= POOL0_FILL || st->reseed_count == 0) in extract_data()
/dports/devel/libfortuna/libfortuna-11cbd88/src/
H A Dfortuna.c123 unsigned reseed_count; member
267 n = ++st->reseed_count; in reseed()
334 if (st->reseed_count == 0) in add_entropy()
396 if (st->pool0_bytes >= POOL0_FILL || st->reseed_count == 0) in extract_data()
/dports/net/kamailio/kamailio-5.4.5/src/core/rand/fortuna/
H A Dfortuna.c123 unsigned reseed_count; member
267 n = ++st->reseed_count; in reseed()
334 if (st->reseed_count == 0) in add_entropy()
396 if (st->pool0_bytes >= POOL0_FILL || st->reseed_count == 0) in extract_data()
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/pgcrypto/
H A Dfortuna.c125 unsigned reseed_count; member
269 n = ++st->reseed_count; in reseed()
336 if (st->reseed_count == 0) in add_entropy()
398 if (st->pool0_bytes >= POOL0_FILL || st->reseed_count == 0) in extract_data()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/contrib/pgcrypto/
H A Dfortuna.c125 unsigned reseed_count; member
269 n = ++st->reseed_count; in reseed()
336 if (st->reseed_count == 0) in add_entropy()
398 if (st->pool0_bytes >= POOL0_FILL || st->reseed_count == 0) in extract_data()
/dports/databases/postgresql96-docs/postgresql-9.6.24/contrib/pgcrypto/
H A Dfortuna.c125 unsigned reseed_count; member
269 n = ++st->reseed_count; in reseed()
336 if (st->reseed_count == 0) in add_entropy()
398 if (st->pool0_bytes >= POOL0_FILL || st->reseed_count == 0) in extract_data()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/contrib/pgcrypto/
H A Dfortuna.c125 unsigned reseed_count; member
269 n = ++st->reseed_count; in reseed()
336 if (st->reseed_count == 0) in add_entropy()
398 if (st->pool0_bytes >= POOL0_FILL || st->reseed_count == 0) in extract_data()
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/hcrypto/
H A Drand-fortuna.c116 unsigned reseed_count; member
262 n = ++st->reseed_count; in reseed()
332 if (st->reseed_count == 0) in add_entropy()
395 if (st->pool0_bytes >= POOL0_FILL || st->reseed_count == 0) in extract_data()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c508 int reseed_count; member
533 ctx->reseed_count++; in get_entropy_hook()
560 ctx->reseed_count = 0; in reset_hook_ctx()
641 if (!TEST_int_eq(master_ctx.reseed_count, expect_master_reseed)) in test_drbg_reseed()
647 if (!TEST_int_eq(public_ctx.reseed_count, expect_public_reseed)) in test_drbg_reseed()
653 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c501 int reseed_count; member
526 ctx->reseed_count++; in get_entropy_hook()
553 ctx->reseed_count = 0; in reset_hook_ctx()
634 if (!TEST_int_eq(master_ctx.reseed_count, expect_master_reseed)) in test_drbg_reseed()
640 if (!TEST_int_eq(public_ctx.reseed_count, expect_public_reseed)) in test_drbg_reseed()
646 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c508 int reseed_count; member
533 ctx->reseed_count++; in get_entropy_hook()
560 ctx->reseed_count = 0; in reset_hook_ctx()
641 if (!TEST_int_eq(master_ctx.reseed_count, expect_master_reseed)) in test_drbg_reseed()
647 if (!TEST_int_eq(public_ctx.reseed_count, expect_public_reseed)) in test_drbg_reseed()
653 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c501 int reseed_count; member
526 ctx->reseed_count++; in get_entropy_hook()
553 ctx->reseed_count = 0; in reset_hook_ctx()
634 if (!TEST_int_eq(master_ctx.reseed_count, expect_master_reseed)) in test_drbg_reseed()
640 if (!TEST_int_eq(public_ctx.reseed_count, expect_public_reseed)) in test_drbg_reseed()
646 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c508 int reseed_count; member
533 ctx->reseed_count++; in get_entropy_hook()
560 ctx->reseed_count = 0; in reset_hook_ctx()
641 if (!TEST_int_eq(master_ctx.reseed_count, expect_master_reseed)) in test_drbg_reseed()
647 if (!TEST_int_eq(public_ctx.reseed_count, expect_public_reseed)) in test_drbg_reseed()
653 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c508 int reseed_count; member
533 ctx->reseed_count++; in get_entropy_hook()
560 ctx->reseed_count = 0; in reset_hook_ctx()
641 if (!TEST_int_eq(master_ctx.reseed_count, expect_master_reseed)) in test_drbg_reseed()
647 if (!TEST_int_eq(public_ctx.reseed_count, expect_public_reseed)) in test_drbg_reseed()
653 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c508 int reseed_count; member
533 ctx->reseed_count++; in get_entropy_hook()
560 ctx->reseed_count = 0; in reset_hook_ctx()
641 if (!TEST_int_eq(master_ctx.reseed_count, expect_master_reseed)) in test_drbg_reseed()
647 if (!TEST_int_eq(public_ctx.reseed_count, expect_public_reseed)) in test_drbg_reseed()
653 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c501 int reseed_count; member
526 ctx->reseed_count++; in get_entropy_hook()
553 ctx->reseed_count = 0; in reset_hook_ctx()
634 if (!TEST_int_eq(master_ctx.reseed_count, expect_master_reseed)) in test_drbg_reseed()
640 if (!TEST_int_eq(public_ctx.reseed_count, expect_public_reseed)) in test_drbg_reseed()
646 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
/dports/security/openssl/openssl-1.1.1n/test/
H A Ddrbgtest.c507 int reseed_count; member
532 ctx->reseed_count++; in get_entropy_hook()
559 ctx->reseed_count = 0; in reset_hook_ctx()
640 if (!TEST_int_eq(master_ctx.reseed_count, expect_master_reseed)) in test_drbg_reseed()
646 if (!TEST_int_eq(public_ctx.reseed_count, expect_public_reseed)) in test_drbg_reseed()
652 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
/dports/security/openssl-static/openssl-1.1.1l/test/
H A Ddrbgtest.c507 int reseed_count; member
532 ctx->reseed_count++; in get_entropy_hook()
559 ctx->reseed_count = 0; in reset_hook_ctx()
640 if (!TEST_int_eq(master_ctx.reseed_count, expect_master_reseed)) in test_drbg_reseed()
646 if (!TEST_int_eq(public_ctx.reseed_count, expect_public_reseed)) in test_drbg_reseed()
652 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/
H A Ddrbgtest.c508 int reseed_count; member
533 ctx->reseed_count++; in get_entropy_hook()
560 ctx->reseed_count = 0; in reset_hook_ctx()
641 if (!TEST_int_eq(master_ctx.reseed_count, expect_master_reseed)) in test_drbg_reseed()
647 if (!TEST_int_eq(public_ctx.reseed_count, expect_public_reseed)) in test_drbg_reseed()
653 if (!TEST_int_eq(private_ctx.reseed_count, expect_private_reseed)) in test_drbg_reseed()

12