HomeSort by: relevance | last modified time | path
    Searched defs:RAND_seed (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rand.h 53 #define RAND_seed hc_RAND_seed
87 void RAND_seed(const void *, size_t);
rand.c 86 RAND_seed(const void *indata, size_t size)
264 * Load a a file and feed it into RAND_seed().
291 RAND_seed(buf, slen);
  /src/crypto/external/bsd/openssl/dist/crypto/rand/
rand_lib.c 157 RAND_seed(salt, sizeof(salt));
245 void RAND_seed(const void *buf, int num)
  /src/crypto/external/bsd/openssl.old/dist/crypto/rand/
rand_lib.c 482 * provided by RAND_add() and RAND_seed() into the <master> DRBG.
904 void RAND_seed(const void *buf, int num)
  /src/crypto/external/apache2/openssl/dist/crypto/rand/
rand_lib.c 261 RAND_seed(salt, sizeof(salt));
359 void RAND_seed(const void *buf, int num)

Completed in 70 milliseconds