Return the built‐in ARIA‐128 CBC cipher method.
Synopsis
Declared in <openssl/evp.h>
EVP_CIPHER const*
EVP_aria_128_cbc();
Return Value
Pointer to the ARIA‐128‐CBC EVP_CIPHER (do not free).
Created with MrDocs