Clear the instantiated state of a RAND context, returning it to uninitialised.
Synopsis
Declared in <openssl/evp.h>
int
EVP_RAND_uninstantiate(EVP_RAND_CTX* ctx);
Return Value
1 on success, or 0 on error.
Parameters
Name |
Description |
ctx |
RAND context previously passed to EVP_RAND_instantiate(). |
Created with MrDocs