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

  /external/openssl/crypto/rand/
rand_lib.c 146 void RAND_seed(const void *buf, int num)
231 /* RAND_add() and RAND_seed() pass through to OpenSSL PRNG so it is
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 171 public static native void RAND_seed(byte[] seed);
    [all...]

Completed in 215 milliseconds