X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FRAND_add.pod;h=a3a2113cac89480ac75664d1df5bb076bea6be21;hp=927c59d4c3a582b8af08068f8b11da06169b1763;hb=4d524e10b4853436a1bfbc83822c5d0e87d64fbd;hpb=853f757ecea74a271a7c5cdee3f3b5fe0d3ae863 diff --git a/doc/crypto/RAND_add.pod b/doc/crypto/RAND_add.pod index 927c59d4c3..a3a2113cac 100644 --- a/doc/crypto/RAND_add.pod +++ b/doc/crypto/RAND_add.pod @@ -2,7 +2,7 @@ =head1 NAME -RAND_add, RAND_seed, RAND_screen - Add entropy to the PRNG +RAND_add, RAND_seed, RAND_screen - add entropy to the PRNG =head1 SYNOPSIS @@ -12,6 +12,8 @@ RAND_add, RAND_seed, RAND_screen - Add entropy to the PRNG void RAND_add(const void *buf, int num, double entropy); + int RAND_status(void); + void RAND_screen(void); =head1 DESCRIPTION @@ -46,7 +48,10 @@ used on servers that run without user interaction. =head1 RETURN VALUES -These functions do not return values. +RAND_status() returns 1 if the PRNG has been seeded with enough data, +0 otherwise. + +The other functions do not return values. =head1 SEE ALSO @@ -55,6 +60,7 @@ L, L, L