Searched defs:RAND_pseudo_bytes (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/rand/
H A Drand_lib.c168 int RAND_pseudo_bytes(unsigned char *buf, int num) function
/external/openssl/crypto/bn/
H A Dbn.h740 #ifndef RAND_pseudo_bytes
741 int RAND_pseudo_bytes(unsigned char *buf,int num);
754 RAND_pseudo_bytes(&_tmp_char, 1); \
760 #undef RAND_pseudo_bytes macro
/external/openssl/include/openssl/
H A Dbn.h740 #ifndef RAND_pseudo_bytes
741 int RAND_pseudo_bytes(unsigned char *buf,int num);
754 RAND_pseudo_bytes(&_tmp_char, 1); \
760 #undef RAND_pseudo_bytes macro

Completed in 80 milliseconds