#include "eng_int.h"
Go to the source code of this file.
Functions | |
void | ENGINE_unregister_RAND (ENGINE *e) |
int | ENGINE_register_RAND (ENGINE *e) |
void | ENGINE_register_all_RAND () |
int | ENGINE_set_default_RAND (ENGINE *e) |
ENGINE * | ENGINE_get_default_RAND (void) |
const RAND_METHOD * | ENGINE_get_RAND (const ENGINE *e) |
int | ENGINE_set_RAND (ENGINE *e, const RAND_METHOD *rand_meth) |
const RAND_METHOD* ENGINE_get_RAND | ( | const ENGINE * | e | ) |
int ENGINE_set_RAND | ( | ENGINE * | e, |
const RAND_METHOD * | rand_meth | ||
) |