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

Synopsis

Declared in <openssl/core.h>

struct ossl_dispatch_st;

Data Members

Name

Description

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.

Created with MrDocs