HomeSort by: relevance | last modified time | path
    Searched refs:rand (Results 1 - 25 of 843) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/crypto/libcrypto/rand/
Makefile 4 HELPER_DIR= rand
  /src/crypto/external/apache2/openssl/dist/test/
rand_status_test.c 10 #include <openssl/rand.h>
  /src/crypto/external/bsd/openssl/dist/test/
rand_status_test.c 10 #include <openssl/rand.h>
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_rand.c 13 #include <openssl/rand.h>
55 EVP_RAND *rand = (EVP_RAND *)vrand; local
58 if (rand != NULL)
59 return CRYPTO_UP_REF(&rand->refcnt, &ref);
65 EVP_RAND *rand = (EVP_RAND *)vrand; local
68 if (rand == NULL)
70 CRYPTO_DOWN_REF(&rand->refcnt, &ref);
73 OPENSSL_free(rand->type_name);
74 ossl_provider_free(rand->prov);
75 CRYPTO_FREE_REF(&rand->refcnt)
81 EVP_RAND *rand = OPENSSL_zalloc(sizeof(*rand)); local
122 EVP_RAND *rand = NULL; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_rand.c 13 #include <openssl/rand.h>
54 EVP_RAND *rand = (EVP_RAND *)vrand; local
57 if (rand != NULL)
58 return CRYPTO_UP_REF(&rand->refcnt, &ref, rand->refcnt_lock);
64 EVP_RAND *rand = (EVP_RAND *)vrand; local
67 if (rand == NULL)
69 CRYPTO_DOWN_REF(&rand->refcnt, &ref, rand->refcnt_lock);
72 OPENSSL_free(rand->type_name)
80 EVP_RAND *rand = OPENSSL_zalloc(sizeof(*rand)); local
120 EVP_RAND *rand = NULL; local
    [all...]
  /src/sys/external/isc/libsodium/dist/test/default/
auth5.c 23 c[rand() % clen] += 1 + (rand() % 255);
28 a[rand() % sizeof a] += 1 + (rand() % 255);
auth7.c 23 c[(size_t) rand() % clen] += 1 + (rand() % 255);
28 a[rand() % sizeof a] += 1 + (rand() % 255);
onetimeauth7.c 23 c[rand() % clen] += 1 + (rand() % 255);
28 a[rand() % sizeof a] += 1 + (rand() % 255);
  /src/crypto/external/apache2/openssl/dist/crypto/rand/
rand_uniform.c 10 #include "crypto/rand.h"
28 uint32_t f2, rand; /* extra fractional part and random material */ local
41 if (RAND_bytes_ex(ctx, (unsigned char *)&rand, sizeof(rand), 0) <= 0) {
56 prod = (uint64_t)upper * rand;
77 if (RAND_bytes_ex(ctx, (unsigned char *)&rand, sizeof(rand), 0) <= 0) {
81 prod = (uint64_t)upper * rand;
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
parityti2_test.c 56 if (test__parityti2(((ti_int)rand() << 96) + ((ti_int)rand() << 64) +
57 ((ti_int)rand() << 32) + rand()))
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
parityti2_test.c 56 if (test__parityti2(((ti_int)rand() << 96) + ((ti_int)rand() << 64) +
57 ((ti_int)rand() << 32) + rand()))
  /src/crypto/external/apache2/openssl/dist/crypto/des/
rand_key.c 17 #include <openssl/rand.h>
  /src/crypto/external/bsd/openssl/dist/crypto/des/
rand_key.c 17 #include <openssl/rand.h>
  /src/crypto/external/bsd/openssl.old/dist/crypto/des/
rand_key.c 12 #include <openssl/rand.h>
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
cryptlib.h 17 int rand; member in struct:thread_local_inits_st
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_tdes.c 16 #include <openssl/rand.h>
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_tdes.c 16 #include <openssl/rand.h>
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
divdi3.c 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL;
moddi3.c 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL;
muldi3.c 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
28 input2[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
udivdi3.c 27 input1[i] = (((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
28 input2[i] = ((((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL;
umoddi3.c 27 input1[i] = (((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
28 input2[i] = ((((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL;
  /src/sys/external/bsd/compiler_rt/dist/test/timing/
divdi3.c 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL;
moddi3.c 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL;
muldi3.c 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
28 input2[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);

Completed in 76 milliseconds

1 2 3 4 5 6 7 8 91011>>