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

  /src/crypto/external/bsd/netpgp/dist/src/libbn/
rand.c 45 RAND_bytes(unsigned char *buf, int num)
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rand.h 51 #define RAND_bytes hc_RAND_bytes
85 int RAND_bytes(void *, size_t num);
rand.c 103 RAND_bytes(void *outdata, size_t size)
322 res = RAND_bytes(buf, sizeof(buf));
  /src/crypto/external/bsd/openssl/dist/crypto/rand/
rand_lib.c 322 * the default method, then just call RAND_bytes(). Otherwise make
376 int RAND_bytes(unsigned char *buf, int num)
412 * Used by default for generating random bytes using RAND_bytes().
  /src/crypto/external/bsd/openssl.old/dist/crypto/rand/
rand_lib.c 922 * the default method, then just call RAND_bytes(). Otherwise make
931 return RAND_bytes(buf, num);
940 int RAND_bytes(unsigned char *buf, int num)
  /src/crypto/external/apache2/openssl/dist/crypto/rand/
rand_lib.c 69 * Used by default for generating random bytes using RAND_bytes().
436 * the default method, then just call RAND_bytes(). Otherwise make
511 int RAND_bytes(unsigned char *buf, int num)

Completed in 19 milliseconds