ossl_dispatch_st

Function-pointer dispatch table entry exchanged between libcrypto and providers.

Synopsis

Declared in <openssl/core.h>

struct ossl_dispatch_st;

Data Members

NameDescription
function Function pointer for this dispatch table entry (cast to the concrete OSSL_FUNC_* type).
function_id OSSL_FUNC_* identity selecting which provider API entry function implements.