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

Name

Description

ctx

RAND context to inspect (used by FIPS mandatory self‐tests).

Created with MrDocs