Searched refs:RAND_cleanup (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Drand.h29 /* RAND_cleanup frees any resources used by the RNG. This is not safe if other
31 OPENSSL_EXPORT void RAND_cleanup(void);
/external/chromium_org/third_party/boringssl/src/crypto/rand/
H A Dwindows.c29 void RAND_cleanup(void) { function
H A Durandom.c98 /* RAND_cleanup frees all buffers, closes any cached file descriptor
100 void RAND_cleanup(void) { function
/external/openssl/crypto/rand/
H A Drand.h101 void RAND_cleanup(void );
H A Drand_lib.c139 void RAND_cleanup(void) function
/external/openssl/include/openssl/
H A Drand.h101 void RAND_cleanup(void );
/external/openssl/apps/
H A Dapps.h191 RAND_cleanup(); \
202 RAND_cleanup(); \
H A Dspeed.c2181 if (rnd_fake) RAND_cleanup();
2290 if (rnd_fake) RAND_cleanup();
2392 if (rnd_fake) RAND_cleanup();

Completed in 172 milliseconds