Lines Matching +full:num +full:- +full:sources
6 RAND_pseudo_bytes - generate random data
12 int RAND_bytes(unsigned char *buf, int num);
13 int RAND_priv_bytes(unsigned char *buf, int num);
15 int RAND_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
17 int RAND_priv_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
24 int RAND_pseudo_bytes(unsigned char *buf, int num);
28 RAND_bytes() generates B<num> random bytes using a cryptographically
53 On all major platforms supported by OpenSSL (including the Unix-like platforms
63 or OpenSSL might have been explicitly configured to use different entropy sources.
65 your operating system vendor or post a question on GitHub or the openssl-users
71 return 1 on success, -1 if not supported by the current
104 Copyright 2000-2023 The OpenSSL Project Authors. All Rights Reserved.