Searched refs:RAND_load_file (Results 1 – 9 of 9) sorted by relevance
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLRandom.java | 83 int bytesRead = NativeCrypto.RAND_load_file("/dev/urandom", seedLengthInBytes); in seedOpenSSLPRNGFromLinuxRNG()
|
D | OpenSSLSocketImpl.java | 302 NativeCrypto.RAND_load_file("/dev/urandom", seedLengthInBytes); in startHandshake()
|
D | NativeCrypto.java | 352 public static native int RAND_load_file(String filename, long max_bytes); in RAND_load_file() method in NativeCrypto
|
/external/boringssl/src/include/openssl/ |
D | rand.h | 76 OPENSSL_EXPORT int RAND_load_file(const char *path, long num);
|
/external/boringssl/src/crypto/rand/ |
D | rand.c | 202 int RAND_load_file(const char *path, long num) { in RAND_load_file() function
|
/external/curl/lib/ |
D | setup-vms.h | 261 #define RAND_load_file RAND_LOAD_FILE macro
|
/external/libvncserver/libvncclient/ |
D | tls_openssl.c | 165 RAND_load_file("/dev/urandom", 1024); in InitializeTLS()
|
/external/curl/lib/vtls/ |
D | openssl.c | 206 nread += RAND_load_file((data->set.str[STRING_SSL_RANDOM_FILE]? in ossl_seed() 250 nread += RAND_load_file(buf, RAND_LOAD_LENGTH); in ossl_seed()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 5286 int result = RAND_load_file(file.c_str(), max_bytes); 11158 NATIVE_METHOD(NativeCrypto, RAND_load_file, "(Ljava/lang/String;J)I"),
|