new component
This commit is contained in:
parent
938d90db71
commit
7f1120994e
@ -34,10 +34,12 @@ RAND_get_rand_method() returns a pointer to the current method.
|
|||||||
void (*cleanup)(void);
|
void (*cleanup)(void);
|
||||||
void (*add)(const void *buf, int num, int entropy);
|
void (*add)(const void *buf, int num, int entropy);
|
||||||
int (*pseudorand)(unsigned char *buf, int num);
|
int (*pseudorand)(unsigned char *buf, int num);
|
||||||
|
int (*status)(void);
|
||||||
} RAND_METHOD;
|
} RAND_METHOD;
|
||||||
|
|
||||||
The components point to the implementation of RAND_seed(),
|
The components point to the implementation of RAND_seed(),
|
||||||
RAND_bytes(), RAND_cleanup(), RAND_add() and RAND_pseudo_rand().
|
RAND_bytes(), RAND_cleanup(), RAND_add(), RAND_pseudo_rand()
|
||||||
|
and RAND_status().
|
||||||
Each component may be NULL if the function is not implemented.
|
Each component may be NULL if the function is not implemented.
|
||||||
|
|
||||||
=head1 RETURN VALUES
|
=head1 RETURN VALUES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user