Opaque provider item pairing an identifier with a pointer payload.
Declared in <openssl/core.h>
struct ossl_item_st;
| Name | Description |
|---|---|
id | Identifier selecting how ptr should be interpreted for this item. |
ptr | Pointer payload whose meaning depends on id (array terminator uses NULL). |