[#OSSL_CALLBACK] = OSSL_CALLBACK :mrdocs: Generic provider/libcrypto callback receiving an OSSL_PARAM array. == Synopsis Declared in `<openssl/core.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef int OSSL_CALLBACK(xref:OSSL_PARAM.adoc[OSSL_PARAM] const[], void*); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *params* | Parameter array describing the event or request (may be empty). | *arg* | Caller‐supplied opaque pointer. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#