OSSL_CALLBACK

Generic provider/libcrypto callback receiving an OSSL_PARAM array.

Synopsis

Declared in <openssl/core.h>

typedef int OSSL_CALLBACK(OSSL_PARAM const[], void*);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
paramsParameter array describing the event or request (may be empty).
argCaller-supplied opaque pointer.