Home
last modified time | relevance | path

Searched refs:randomness (Results 1 - 10 of 10) sorted by relevance

/third_party/openssl/ohos_lite/include/openssl/
H A Drand.h26 int (*add) (const void *buf, int num, double randomness);
52 void RAND_add(const void *buf, int num, double randomness);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Drand.h44 int (*add) (const void *buf, int num, double randomness);
97 void RAND_add(const void *buf, int num, double randomness);
/third_party/openssl/include/openssl/
H A Drand.h44 int (*add) (const void *buf, int num, double randomness);
97 void RAND_add(const void *buf, int num, double randomness);
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Drand.rs11 pub fn RAND_add(buf: *const c_void, num: c_int, randomness: c_double); in RAND_add()
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_meth.c15 static int drbg_add(const void *buf, int num, double randomness) in drbg_add() argument
H A Drand_lib.c262 void RAND_add(const void *buf, int num, double randomness) in RAND_add() argument
269 meth->add(buf, num, randomness); in RAND_add()
400 * DRBGs. It reseeds itself by pulling either randomness from os entropy
401 * sources or by consuming randomness which was added by RAND_add().
435 /* Allow the randomness source to be changed */
/third_party/openssl/crypto/rand/
H A Drand_meth.c15 static int drbg_add(const void *buf, int num, double randomness) in drbg_add() argument
H A Drand_lib.c262 void RAND_add(const void *buf, int num, double randomness) in RAND_add() argument
269 meth->add(buf, num, randomness); in RAND_add()
400 * DRBGs. It reseeds itself by pulling either randomness from os entropy
401 * sources or by consuming randomness which was added by RAND_add().
435 /* Allow the randomness source to be changed */
/third_party/sqlite/include/
H A Dsqlite3ext.h202 void (*randomness)(int,void*); member
551 #define sqlite3_randomness sqlite3_api->randomness
/third_party/sqlite/src/
H A Dsqlite3.c1746 ** of good-quality randomness into zOut. The return value is
1747 ** the actual number of bytes of randomness obtained.
3358 ** ^A call to this routine stores N bytes of randomness into buffer P.
3363 ** seeded using randomness obtained from the xRandomness method of
3366 ** non-NULL P then the pseudo-randomness is generated
[all...]

Completed in 137 milliseconds