Invoke a callback for every RAND implementation available from activated providers.
Declared in <openssl/evp.h>
void
EVP_RAND_do_all_provided(
OSSL_LIB_CTX* libctx,
void(* fn)(EVP_RAND*, void*),
void* arg);
| Name | Description |
|---|---|
| libctx | Library context whose providers are scanned, or NULL for the default. |
| fn | Callback receiving each EVP_RAND and arg. |
| arg | Opaque pointer forwarded to fn. |