Home
last modified time | relevance | path

Searched defs:RAND_add (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Drand.rs11 pub fn RAND_add(buf: *const c_void, num: c_int, randomness: c_double); in RAND_add() function
/third_party/openssl/crypto/rand/
Drand_lib.c261 void RAND_add(const void *buf, int num, double randomness) in RAND_add() function