[#EVP_sm4_ofb] = EVP_sm4_ofb :mrdocs: Return the EVP_CIPHER for SM4 in OFB mode. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_CIPHER-07.adoc[EVP_CIPHER] const* EVP_sm4_ofb(); ---- == Return Value EVP_CIPHER for SM4‐OFB, or NULL if unavailable. [.small]#Created with https://www.mrdocs.com[MrDocs]#