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