HomeSort by relevance Sort by last modified time
    Searched refs:RAND_load_file (Results 1 - 8 of 8) sorted by null

  /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/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/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 320 public static native int RAND_load_file(String filename, long max_bytes);
    [all...]
OpenSSLSocketImpl.java 262 NativeCrypto.RAND_load_file("/dev/urandom", seedLengthInBytes);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 77 milliseconds