HomeSort by relevance Sort by last modified time
    Searched refs:RAND_cleanup (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/include/openssl/
rand.h 31 /* RAND_cleanup frees any resources used by the RNG. This is not safe if other
33 OPENSSL_EXPORT void RAND_cleanup(void);
  /external/boringssl/src/crypto/rand/
windows.c 38 void RAND_cleanup(void) {
urandom.c 103 /* RAND_cleanup frees all buffers, closes any cached file descriptor
105 void RAND_cleanup(void) {

Completed in 52 milliseconds