Searched refs:randomness (Results 1 - 10 of 10) sorted by relevance
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | rand.h | 26 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 D | rand.h | 44 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 D | rand.h | 44 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 D | rand.rs | 11 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 D | rand_meth.c | 15 static int drbg_add(const void *buf, int num, double randomness) in drbg_add() argument
|
H A D | rand_lib.c | 262 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 D | rand_meth.c | 15 static int drbg_add(const void *buf, int num, double randomness) in drbg_add() argument
|
H A D | rand_lib.c | 262 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 D | sqlite3ext.h | 202 void (*randomness)(int,void*); member 551 #define sqlite3_randomness sqlite3_api->randomness
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 1746 ** 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 142 milliseconds