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

Name

Description

params

Parameter array describing the event or request (may be empty).

arg

Caller‐supplied opaque pointer.

Created with MrDocs