Key/type/data triple used to pass parameters across provider boundaries.
Synopsis
Declared in <openssl/core.h>
struct ossl_param_st;
Data Members
Name |
Description |
Pointer to the parameter value buffer (input when setting, output when requesting). |
|
Size in bytes of the buffer at |
|
OSSL_PARAM_* type tag describing how |
|
Parameter name string (for example an OSSL_PKEY_PARAM_* key). |
|
On output, size of the value written (or needed) when the parameter is used for results. |
Created with MrDocs