Register a callback invoked during provider self-test operations.
Declared in <openssl/self_test.h>
void
OSSL_SELF_TEST_set_callback(
OSSL_LIB_CTX* libctx,
OSSL_CALLBACK* cb,
void* cbarg);
| Name | Description |
|---|---|
| libctx | Library context, or NULL for the default. |
| cb | Self-test event callback, or NULL to clear. |
| cbarg | Opaque argument passed to cb. |