HomeSort by relevance Sort by last modified time
    Searched defs:RAND_seed (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_lib.c 146 void RAND_seed(const void *buf, int num)
234 /* RAND_add() and RAND_seed() pass through to OpenSSL PRNG so it is
  /external/openssl/crypto/rand/
rand_lib.c 146 void RAND_seed(const void *buf, int num)
234 /* RAND_add() and RAND_seed() pass through to OpenSSL PRNG so it is
  /libcore/crypto/src/main/java/org/conscrypt/
NativeCrypto.java 324 public static native void RAND_seed(byte[] seed);
    [all...]

Completed in 42 milliseconds