Return the RAND_METHOD implemented by an ENGINE (deprecated).
Declared in <openssl/engine.h>
[[deprecated]]
RAND_METHOD const*
ENGINE_get_RAND(ENGINE const* e);
Deprecated. Use of this entity is allowed but discouraged.
RAND method pointer, or NULL if e does not provide RAND.
| Name | Description |
|---|---|
| e | ENGINE to query. |