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

/external/chromium_org/third_party/boringssl/src/crypto/rand/
H A Dwindows.c36 int RAND_bytes(uint8_t *out, size_t requested) { function
H A Durandom.c138 int RAND_bytes(uint8_t *out, size_t requested) { function
/external/openssl/crypto/rand/
H A Drand_lib.c161 int RAND_bytes(unsigned char *buf, int num) function
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java360 public static native void RAND_bytes(byte[] output); method in class:NativeCrypto

Completed in 1272 milliseconds