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 pointer for this dispatch table entry (cast to the concrete OSSL_FUNC_* type). |
|
OSSL_FUNC_* identity selecting which provider API entry |
Created with MrDocs