[#OSSL_PARAM_construct_octet_string] = OSSL_PARAM_construct_octet_string :mrdocs: Construct an OSSL_PARAM describing an octet‐string buffer. == Synopsis Declared in `<openssl/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_PARAM.adoc[OSSL_PARAM] OSSL_PARAM_construct_octet_string( char const* key, void* buf, size_t bsize); ---- == Return Value Populated OSSL_PARAM value (by value). == Parameters [cols="1,4"] |=== | Name| Description | *key* | Parameter name. | *buf* | Storage for the octet string. | *bsize* | Size of `buf` in bytes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#