Function-pointer dispatch table entry exchanged between libcrypto and providers.
Declared in <openssl/core.h>
struct ossl_dispatch_st;
| 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. |