EVP_RAND_verify_zeroization

Confirm whether the internal DRBG state of ctx is currently zeroed.

Synopsis

Declared in <openssl/evp.h>

int
EVP_RAND_verify_zeroization(EVP_RAND_CTX* ctx);

Return Value

1 if zeroized, or 0 otherwise / on failure.

Parameters

NameDescription
ctxRAND context to inspect (used by FIPS mandatory self-tests).