Construct an OSSL_PARAM describing an octet-string buffer.
Declared in <openssl/params.h>
OSSL_PARAM
OSSL_PARAM_construct_octet_string(
char const* key,
void* buf,
size_t bsize);
Populated OSSL_PARAM value (by value).
| Name | Description |
|---|---|
| key | Parameter name. |
| buf | Storage for the octet string. |
| bsize | Size of buf in bytes. |