Return the EVP_CIPHER for AES‐192 in ECB mode.

Synopsis

Declared in <openssl/evp.h>

EVP_CIPHER const*
EVP_aes_192_ecb();

Return Value

EVP_CIPHER for AES‐192‐ECB, or NULL if unavailable.

Created with MrDocs