evp: Simplify ARIA aead cipher definition
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Mon, 30 Aug 2021 06:28:07 +0000 (14:28 +0800)
committerTomas Mraz <tomas@openssl.org>
Mon, 22 Aug 2022 08:14:39 +0000 (10:14 +0200)
commite6b1c22b41b5feaffe7fe2bb24996fb6763586af
tree982eb4d87e52da6b4bbde9250fef11ca7a1d9499
parenta9389c0b75e69ebaf74fdc8fee0c983809e45931
evp: Simplify ARIA aead cipher definition

Remove fixed macro variables, only keep the cipher mode name and
key length.

Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16465)
crypto/evp/e_aria.c