Invoke fn for every KEYMGMT implementation available in libctx.
Declared in <openssl/evp.h>
void
EVP_KEYMGMT_do_all_provided(
OSSL_LIB_CTX* libctx,
void(* fn)(EVP_KEYMGMT*, void*),
void* arg);
| Name | Description |
|---|---|
| libctx | Library context to search, or NULL for the default. |
| fn | Callback receiving each keymgmt and arg. |
| arg | Opaque pointer forwarded to fn. |