Searched refs:RAND_query_egd_bytes (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
D | rand_egd.c | 99 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() function 136 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() function 288 num = RAND_query_egd_bytes(path, NULL, bytes); in RAND_egd_bytes()
|
D | rand.h | 110 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
|
D | rand_unix.c | 383 r = RAND_query_egd_bytes(*egdsocket, (unsigned char *)tmpbuf+n, in RAND_poll()
|
/external/openssl/crypto/rand/ |
D | rand_egd.c | 99 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() function 136 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() function 288 num = RAND_query_egd_bytes(path, NULL, bytes); in RAND_egd_bytes()
|
D | rand.h | 110 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
|
D | rand_unix.c | 383 r = RAND_query_egd_bytes(*egdsocket, (unsigned char *)tmpbuf+n, in RAND_poll()
|
/external/openssl/include/openssl/ |
D | rand.h | 110 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | rand.h | 110 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
|