/external/chromium_org/third_party/openssl/openssl/apps/ |
app_rand.c | 143 if (file == NULL || !RAND_load_file(file, -1)) 186 tot+=RAND_load_file(n,-1);
|
winrand.c | 83 RAND_load_file(filename, -1);
|
/external/openssl/apps/ |
app_rand.c | 143 if (file == NULL || !RAND_load_file(file, -1)) 186 tot+=RAND_load_file(n,-1);
|
winrand.c | 83 RAND_load_file(filename, -1);
|
/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
rand.h | 106 int RAND_load_file(const char *file,long max_bytes);
|
randfile.c | 108 int RAND_load_file(const char *file, long bytes)
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
rand.h | 106 int RAND_load_file(const char *file,long max_bytes);
|
/external/openssl/crypto/rand/ |
rand.h | 106 int RAND_load_file(const char *file,long max_bytes);
|
randfile.c | 108 int RAND_load_file(const char *file, long bytes)
|
/external/openssl/include/openssl/ |
rand.h | 106 int RAND_load_file(const char *file,long max_bytes);
|
/libcore/crypto/src/main/java/org/conscrypt/ |
NativeCrypto.java | 326 public static native int RAND_load_file(String filename, long max_bytes); [all...] |
OpenSSLSocketImpl.java | 263 NativeCrypto.RAND_load_file("/dev/urandom", seedLengthInBytes); [all...] |
/libcore/crypto/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | [all...] |