*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: RAND_add | Section: 3 | Source: OpenBSD | File: RAND_add.3
RAND_ADD(3) FreeBSD Library Functions Manual RAND_ADD(3) NAME RAND_add, RAND_cleanup, RAND_poll, RAND_seed, RAND_status - manipulate the PRNG state SYNOPSIS #include <openssl/rand.h> void RAND_add(const void *buf, int num, double entropy); void RAND_cleanup(void); int RAND_poll(void); void RAND_seed(const void *buf, int num); int RAND_status(void); DESCRIPTION These functions used to allow for the state of the random number generator to be controlled by external sources. They are kept for ABI compatibility but are no longer functional, and should not be used in new programs. RETURN VALUES RAND_poll() and RAND_status() always return 1. HISTORY RAND_cleanup() and RAND_seed() first appeared in SSLeay 0.5.1 and have been available since OpenBSD 2.4. RAND_add() and RAND_status() first appeared in OpenSSL 0.9.5 and have been available since OpenBSD 2.7. RAND_poll() first appeared in OpenSSL 0.9.6 and has been available since OpenBSD 2.9. FreeBSD 14.1-RELEASE-p8 March 27, 2018 FreeBSD 14.1-RELEASE-p8

Navigation Options