[#EVP_aes_192_ocb] = EVP_aes_192_ocb :mrdocs: Return the built‐in AES‐192 OCB authenticated‐encryption cipher method. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_CIPHER-07.adoc[EVP_CIPHER] const* EVP_aes_192_ocb(); ---- == Return Value Pointer to the AES‐192‐OCB EVP_CIPHER (do not free). [.small]#Created with https://www.mrdocs.com[MrDocs]#