Searched refs:RAND_load_file (Results 1 - 9 of 9) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLRandom.java73 int bytesRead = NativeCrypto.RAND_load_file("/dev/urandom", seedLengthInBytes);
H A DOpenSSLSocketImpl.java274 NativeCrypto.RAND_load_file("/dev/urandom", seedLengthInBytes);
H A DNativeCrypto.java358 public static native int RAND_load_file(String filename, long max_bytes); method in class:NativeCrypto
/external/openssl/apps/
H A Dapp_rand.c143 if (file == NULL || !RAND_load_file(file, -1))
186 tot+=RAND_load_file(n,-1);
H A Dwinrand.c83 RAND_load_file(filename, -1);
/external/openssl/crypto/rand/
H A Drand.h106 int RAND_load_file(const char *file,long max_bytes);
H A Drandfile.c109 int RAND_load_file(const char *file, long bytes) function
/external/openssl/include/openssl/
H A Drand.h106 int RAND_load_file(const char *file,long max_bytes);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp4610 int result = RAND_load_file(file.c_str(), max_bytes);
9666 NATIVE_METHOD(NativeCrypto, RAND_load_file, "(Ljava/lang/String;J)I"),

Completed in 190 milliseconds