*** 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_set_rand_method | Section: 3 | Source: OpenBSD | File: RAND_set_rand_method.3
RAND_SET_RAND_METHOD(3) FreeBSD Library Functions Manual NAME RAND_set_rand_method, RAND_get_rand_method, RAND_SSLeay - select RAND method SYNOPSIS #include <openssl/rand.h> int RAND_set_rand_method(const RAND_METHOD *meth); const RAND_METHOD * RAND_get_rand_method(void); RAND_METHOD * RAND_SSLeay(void); DESCRIPTION These functions used to allow for the random number generator functions to be replaced by arbitrary code. They are kept for ABI compatibility but are no longer functional, and should not be used in new programs. RETURN VALUES RAND_set_rand_method() always returns 1. RAND_get_rand_method() and RAND_SSLeay() always return NULL. HISTORY RAND_set_rand_method(), RAND_get_rand_method(), and RAND_SSLeay() first appeared in SSLeay 0.9.1 and have been available since OpenBSD 2.6. FreeBSD 14.1-RELEASE-p8 March 21, 2018 FreeBSD 14.1-RELEASE-p8

Navigation Options