Home
last modified time | relevance | path

Searched refs:RAND_pseudo_bytes (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/lib/libcrypto/rand/
Drand_lib.c96 RAND_pseudo_bytes(unsigned char *buf, int num) in RAND_pseudo_bytes() function
102 LCRYPTO_ALIAS(RAND_pseudo_bytes);
Drand.h90 int RAND_pseudo_bytes(unsigned char *buf, int num);
/openbsd/src/regress/lib/libcrypto/rand/
Drandtest.c78 i = RAND_pseudo_bytes(buf,2500); in main()
/openbsd/src/lib/libcrypto/
DSymbols.list1935 RAND_pseudo_bytes
/openbsd/src/usr.sbin/unbound/doc/
DChangelog7425 - FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes.