From b680f362eb35cf1892bbed54eafb8d97ce183ed4 Mon Sep 17 00:00:00 2001 From: 18071807610 <1342442524@qq.com> Date: Mon, 27 Nov 2023 14:14:46 +0800 Subject: [PATCH] =?UTF-8?q?OH=5FHUKS=5FAES=5FKEY=5FSIZE=5F512=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=BA=9F=E5=BC=83=E6=A0=87=E7=AD=BE=20Signed-off-by:?= =?UTF-8?q?=2018071807610=20<1342442524@qq.com>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- security/huks/include/native_huks_type.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/huks/include/native_huks_type.h b/security/huks/include/native_huks_type.h index 6dcaa7a8c43..635242e1f0e 100644 --- a/security/huks/include/native_huks_type.h +++ b/security/huks/include/native_huks_type.h @@ -191,7 +191,10 @@ enum OH_Huks_KeySize { OH_HUKS_AES_KEY_SIZE_192 = 192, /** AES key of 256 bits. */ OH_HUKS_AES_KEY_SIZE_256 = 256, - /** AES key of 512 bits. */ + /** AES key of 512 bits. + * @since 8 + * @deprecated since 11 + * */ OH_HUKS_AES_KEY_SIZE_512 = 512, /** Curve25519 key of 256 bits. */ -- Gitee