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

/external/chromium_org/third_party/boringssl/src/crypto/rand/
H A Drand.c18 int RAND_pseudo_bytes(uint8_t *buf, size_t len) { function
/external/openssl/crypto/rand/
H A Drand_lib.c169 int RAND_pseudo_bytes(unsigned char *buf, int num) function
/external/openssl/crypto/bn/
H A Dbn.h746 #ifndef RAND_pseudo_bytes
747 int RAND_pseudo_bytes(unsigned char *buf,int num);
760 RAND_pseudo_bytes(&_tmp_char, 1); \
766 #undef RAND_pseudo_bytes macro
/external/openssl/include/openssl/
H A Dbn.h746 #ifndef RAND_pseudo_bytes
747 int RAND_pseudo_bytes(unsigned char *buf,int num);
760 RAND_pseudo_bytes(&_tmp_char, 1); \
766 #undef RAND_pseudo_bytes macro

Completed in 128 milliseconds