Home
last modified time | relevance | path

Searched refs:rnd32 (Results 1 – 25 of 36) sorted by relevance

12

/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtesting_common.c67 char rnd[256], rnd32[256]; in setup_directory() local
73 base32_encode(rnd32, sizeof(rnd32), rnd, RAND_PATH_BYTES); in setup_directory()
90 (int)getpid(), rnd32); in setup_directory()
97 (int) getuid(), (int) getpid(), rnd32); in setup_directory()
106 (int) getpid(), rnd32); in setup_directory()
151 char rnd[256], rnd32[256]; in get_fname_rnd() local
153 base32_encode(rnd32, sizeof(rnd32), rnd, RAND_PATH_BYTES); in get_fname_rnd()
154 return get_fname_suffix(name, rnd32); in get_fname_rnd()
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtesting_common.c67 char rnd[256], rnd32[256]; in setup_directory() local
73 base32_encode(rnd32, sizeof(rnd32), rnd, RAND_PATH_BYTES); in setup_directory()
90 (int)getpid(), rnd32); in setup_directory()
97 (int) getuid(), (int) getpid(), rnd32); in setup_directory()
106 (int) getpid(), rnd32); in setup_directory()
151 char rnd[256], rnd32[256]; in get_fname_rnd() local
153 base32_encode(rnd32, sizeof(rnd32), rnd, RAND_PATH_BYTES); in get_fname_rnd()
154 return get_fname_suffix(name, rnd32); in get_fname_rnd()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/randombytes/internal/
H A Drandombytes_internal_random.c119 unsigned char rnd32[16U * INTERNAL_RANDOM_BLOCK_SIZE]; member
399 memset(stream.rnd32, 0, sizeof stream.rnd32); in randombytes_internal_random_stir()
594 COMPILER_ASSERT(sizeof stream.rnd32 >= (sizeof stream.key) + (sizeof val)); in randombytes_internal_random()
595 COMPILER_ASSERT(((sizeof stream.rnd32) - (sizeof stream.key)) in randombytes_internal_random()
600 ret = crypto_stream_chacha20((unsigned char *) stream.rnd32, in randombytes_internal_random()
601 (unsigned long long) sizeof stream.rnd32, in randombytes_internal_random()
605 stream.rnd32_outleft = (sizeof stream.rnd32) - (sizeof stream.key); in randombytes_internal_random()
607 randombytes_internal_random_xorkey(&stream.rnd32[stream.rnd32_outleft]); in randombytes_internal_random()
608 memset(&stream.rnd32[stream.rnd32_outleft], 0, sizeof stream.key); in randombytes_internal_random()
612 memcpy(&val, &stream.rnd32[stream.rnd32_outleft], sizeof val); in randombytes_internal_random()
[all …]
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/randombytes/internal/
H A Drandombytes_internal_random.c119 unsigned char rnd32[16U * INTERNAL_RANDOM_BLOCK_SIZE]; member
399 memset(stream.rnd32, 0, sizeof stream.rnd32); in randombytes_internal_random_stir()
594 COMPILER_ASSERT(sizeof stream.rnd32 >= (sizeof stream.key) + (sizeof val)); in randombytes_internal_random()
595 COMPILER_ASSERT(((sizeof stream.rnd32) - (sizeof stream.key)) in randombytes_internal_random()
600 ret = crypto_stream_chacha20((unsigned char *) stream.rnd32, in randombytes_internal_random()
601 (unsigned long long) sizeof stream.rnd32, in randombytes_internal_random()
605 stream.rnd32_outleft = (sizeof stream.rnd32) - (sizeof stream.key); in randombytes_internal_random()
607 randombytes_internal_random_xorkey(&stream.rnd32[stream.rnd32_outleft]); in randombytes_internal_random()
608 memset(&stream.rnd32[stream.rnd32_outleft], 0, sizeof stream.key); in randombytes_internal_random()
612 memcpy(&val, &stream.rnd32[stream.rnd32_outleft], sizeof val); in randombytes_internal_random()
[all …]
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/randombytes/internal/
H A Drandombytes_internal_random.c119 unsigned char rnd32[16U * INTERNAL_RANDOM_BLOCK_SIZE]; member
399 memset(stream.rnd32, 0, sizeof stream.rnd32); in randombytes_internal_random_stir()
594 COMPILER_ASSERT(sizeof stream.rnd32 >= (sizeof stream.key) + (sizeof val)); in randombytes_internal_random()
595 COMPILER_ASSERT(((sizeof stream.rnd32) - (sizeof stream.key)) in randombytes_internal_random()
600 ret = crypto_stream_chacha20((unsigned char *) stream.rnd32, in randombytes_internal_random()
601 (unsigned long long) sizeof stream.rnd32, in randombytes_internal_random()
605 stream.rnd32_outleft = (sizeof stream.rnd32) - (sizeof stream.key); in randombytes_internal_random()
607 randombytes_internal_random_xorkey(&stream.rnd32[stream.rnd32_outleft]); in randombytes_internal_random()
608 memset(&stream.rnd32[stream.rnd32_outleft], 0, sizeof stream.key); in randombytes_internal_random()
612 memcpy(&val, &stream.rnd32[stream.rnd32_outleft], sizeof val); in randombytes_internal_random()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/randombytes/internal/
H A Drandombytes_internal_random.c119 unsigned char rnd32[16U * INTERNAL_RANDOM_BLOCK_SIZE]; member
399 memset(stream.rnd32, 0, sizeof stream.rnd32); in randombytes_internal_random_stir()
594 COMPILER_ASSERT(sizeof stream.rnd32 >= (sizeof stream.key) + (sizeof val)); in randombytes_internal_random()
595 COMPILER_ASSERT(((sizeof stream.rnd32) - (sizeof stream.key)) in randombytes_internal_random()
600 ret = crypto_stream_chacha20((unsigned char *) stream.rnd32, in randombytes_internal_random()
601 (unsigned long long) sizeof stream.rnd32, in randombytes_internal_random()
605 stream.rnd32_outleft = (sizeof stream.rnd32) - (sizeof stream.key); in randombytes_internal_random()
607 randombytes_internal_random_xorkey(&stream.rnd32[stream.rnd32_outleft]); in randombytes_internal_random()
608 memset(&stream.rnd32[stream.rnd32_outleft], 0, sizeof stream.key); in randombytes_internal_random()
612 memcpy(&val, &stream.rnd32[stream.rnd32_outleft], sizeof val); in randombytes_internal_random()
[all …]
/dports/devel/icu/icu/source/test/fuzzer/
H A Ducasemap_fuzzer.cpp23 uint32_t rnd32 = 0; in LLVMFuzzerTestOneInput() local
34 rnd32 = *(reinterpret_cast<const uint32_t *>(data)); in LLVMFuzzerTestOneInput()
42 uint32_t open_flags = rnd32; in LLVMFuzzerTestOneInput()
/dports/devel/icu-lx/icu/source/test/fuzzer/
H A Ducasemap_fuzzer.cpp23 uint32_t rnd32 = 0; in LLVMFuzzerTestOneInput() local
34 rnd32 = *(reinterpret_cast<const uint32_t *>(data)); in LLVMFuzzerTestOneInput()
42 uint32_t open_flags = rnd32; in LLVMFuzzerTestOneInput()
/dports/dns/bind911/bind-9.11.37/lib/isc/
H A Drandom.c183 uint32_t rnd32[32]; in isc_rng_create() member
201 isc_random_get(&rnd.rnd32[i]); in isc_rng_create()
331 uint32_t rnd32[32]; in chacha_stir() member
347 isc_random_get(&rnd.rnd32[i]); in chacha_stir()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/common/
H A Drand.h126 random_number32 rnd32; member
134 return (double(rnd32()) * (0.5 / 0x80000000)); in operator()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cpp/
H A D30812-misc4.cpp34 return(double(rnd32()) * (0.5 / 0x80000000)); in operator ()()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/cpp/
H A Dmisc4.cpp26 return (double(rnd32()) * (0.5 / 0x80000000)); in operator ()()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A Dbool-simplify.ll69 define i32 @rnd32(i32 %arg) nounwind {
70 ; CHECK-LABEL: rnd32:
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/X86/
H A Dbool-simplify.ll69 define i32 @rnd32(i32 %arg) nounwind {
70 ; CHECK-LABEL: rnd32:
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/X86/
H A Dbool-simplify.ll69 define i32 @rnd32(i32 %arg) nounwind {
70 ; CHECK-LABEL: rnd32:
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Dbool-simplify.ll69 define i32 @rnd32(i32 %arg) nounwind {
70 ; CHECK-LABEL: rnd32:
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dbool-simplify.ll69 define i32 @rnd32(i32 %arg) nounwind {
70 ; CHECK-LABEL: rnd32:
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A Dbool-simplify.ll69 define i32 @rnd32(i32 %arg) nounwind {
70 ; CHECK-LABEL: rnd32:
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dbool-simplify.ll69 define i32 @rnd32(i32 %arg) nounwind {
70 ; CHECK-LABEL: rnd32:
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dbool-simplify.ll69 define i32 @rnd32(i32 %arg) nounwind {
70 ; CHECK-LABEL: rnd32:
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/X86/
H A Dbool-simplify.ll69 define i32 @rnd32(i32 %arg) nounwind {
70 ; CHECK-LABEL: rnd32:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/X86/
H A Dbool-simplify.ll69 define i32 @rnd32(i32 %arg) nounwind {
70 ; CHECK-LABEL: rnd32:
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/X86/
H A Dbool-simplify.ll69 define i32 @rnd32(i32 %arg) nounwind {
70 ; CHECK-LABEL: rnd32:
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dbool-simplify.ll69 define i32 @rnd32(i32 %arg) nounwind {
70 ; CHECK-LABEL: rnd32:
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/X86/
H A Dbool-simplify.ll69 define i32 @rnd32(i32 %arg) nounwind {
70 ; CHECK-LABEL: rnd32:

12