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