[#OSSL_ENCODER_to_bio] = OSSL_ENCODER_to_bio :mrdocs: Run encoding for a context and write the result to a BIO. == Synopsis Declared in `<openssl/encoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_ENCODER_to_bio( xref:OSSL_ENCODER_CTX.adoc[OSSL_ENCODER_CTX]* ctx, xref:BIO.adoc[BIO]* out); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Configured encoder context. | *out* | Destination BIO (text or binary mode as appropriate for the output type). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#