Home
last modified time | relevance | path

Searched refs:rand (Results 626 - 650 of 1029) sorted by relevance

1...<<21222324252627282930>>...42

/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_lib.c12 #include <openssl/rand.h>
/third_party/openssl/test/
H A Dsrptest.c24 # include <openssl/rand.h>
H A Drsa_test.c25 #include <openssl/rand.h>
H A Drsa_mp_test.c24 #include <openssl/rand.h>
H A Dprovfetchtest.c15 #include <openssl/rand.h>
/third_party/openssl/test/testutil/
H A Dfake_random.c13 #include <openssl/rand.h>
192 if (!TEST_true(OSSL_PROVIDER_add_builtin(libctx, "fake-rand", in fake_rand_start()
195 || !TEST_ptr(p = OSSL_PROVIDER_try_load(libctx, "fake-rand", 1))) in fake_rand_start()
198 /* Ensure that the fake rand is initialized. */ in fake_rand_start()
/third_party/pulseaudio/src/tests/
H A Dcpu-volume-test.c68 volumes[i] = PA_CLAMP_VOLUME((pa_volume_t)(rand() >> 15)); in run_volume_test()
H A Dcpu-sconv-test.c57 floats[i] = 2.1f * (rand()/(float) RAND_MAX - 0.5f); in run_conv_test_float_to_s16()
/third_party/openssl/crypto/cms/
H A Dcms_enc.c16 #include <openssl/rand.h>
/third_party/openssl/crypto/ec/
H A Decx_backend.c14 #include <openssl/rand.h>
H A Decx_s390x.c13 #include <openssl/rand.h>
/third_party/openssl/crypto/engine/
H A Deng_lib.c12 #include <openssl/rand.h>
/third_party/openssl/crypto/
H A Dmem.c122 * Windows doesn't have random(), but it has rand()
123 * Some rand() implementations aren't good, but we're not
127 # define random() rand()
/third_party/openssl/crypto/evp/
H A Devp_pkey.c14 #include <openssl/rand.h>
H A De_des.c23 # include <openssl/rand.h>
/third_party/openssl/crypto/rand/
H A Drandfile.c28 #include <openssl/rand.h>
228 * the rand file for each call into this routine, then deleted all in RAND_write_file()
233 * the top-level version of the rand file. Note that there may still be in RAND_write_file()
234 * conditions where the top-level rand file is locked. If so, this code in RAND_write_file()
235 * will then create a new version of the rand file. Without the delete in RAND_write_file()
239 * concurrent use of the rand file, or synchronize usage at the in RAND_write_file()
241 * rand file in a concurrent use situation. in RAND_write_file()
/third_party/skia/third_party/externals/angle2/src/common/third_party/smhasher/src/
H A DPMurHash.cpp325 //const uint8_t *mid = ptr + rand()%(end-ptr)+1; in PMurHash32_test()
326 const uint8_t *mid = ptr + (rand()&0xF); in PMurHash32_test()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DGenerateMipmapPerf.cpp79 u = rand() & 0xFF; in FillWithRandomData()
H A DFramebufferAttachmentPerfTest.cpp95 byte = rand() % 255u; in initTextures()
/third_party/openssl/crypto/rsa/
H A Drsa_pk1.c21 #include <openssl/rand.h>
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_des.c16 #include <openssl/rand.h>
H A Dcipher_tdes_wrap.c17 #include <openssl/rand.h>
/third_party/openssl/providers/implementations/rands/
H A Dseed_src.c11 #include <openssl/rand.h>
22 #include "crypto/rand.h"
/third_party/openssl/ssl/record/
H A Dtls_pad.c10 #include <openssl/rand.h>
/third_party/openssl/apps/
H A Dgenrsa.c25 #include <openssl/rand.h>

Completed in 22 milliseconds

1...<<21222324252627282930>>...42