Return the built‐in AES‐192 OCB authenticated‐encryption cipher method.

Synopsis

Declared in <openssl/evp.h>

EVP_CIPHER const*
EVP_aes_192_ocb();

Return Value

Pointer to the AES‐192‐OCB EVP_CIPHER (do not free).

Created with MrDocs