53 lines
1.4 KiB
Diff
53 lines
1.4 KiB
Diff
From 94bf2fb86beb02cf6e2db64d2fab3a8c67d3a442 Mon Sep 17 00:00:00 2001
|
|
From: Wenkai Lin <linwenkai6@hisilicon.com>
|
|
Date: Tue, 8 Aug 2023 21:22:20 +0800
|
|
Subject: [PATCH 11/26] uadk: remove unused information
|
|
|
|
Remove unused email address and description.
|
|
|
|
Signed-off-by: Wenkai Lin <linwenkai6@hisilicon.com>
|
|
---
|
|
ChangeLog | 6 +++---
|
|
v1/drv/hisi_sec_udrv.h | 2 +-
|
|
2 files changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/ChangeLog b/ChangeLog
|
|
index 0cf3051..5824120 100644
|
|
--- a/ChangeLog
|
|
+++ b/ChangeLog
|
|
@@ -2,15 +2,15 @@ UADK 2.3.11, Released Jul 9th, 2021
|
|
|
|
Feature list:
|
|
|
|
- Support SVA on ZIP/SEC/HPRE accelerator on kunpeng930.
|
|
+ Support SVA on ZIP/SEC/HPRE accelerator on kunpeng.
|
|
|
|
Support of user space algorithm API layer of Warpdrive.
|
|
|
|
Offload Warpdrive WCRYPTO asymmetric algorithms with HPRE DH/RSA
|
|
- on kunpeng920/930.
|
|
+ on kunpeng.
|
|
|
|
Offload elliptic curve EC algorithms SM2/ECDH/ECDSA/X25519/X448 on
|
|
- kunpeng930 HPRE in user space.
|
|
+ kunpeng HPRE in user space.
|
|
|
|
Offload Warpdrive WCRYPTO symmetric algorithms AES/SM4/SM3/AEAD .etc
|
|
algorithms.
|
|
diff --git a/v1/drv/hisi_sec_udrv.h b/v1/drv/hisi_sec_udrv.h
|
|
index 9c0da47..af96a76 100644
|
|
--- a/v1/drv/hisi_sec_udrv.h
|
|
+++ b/v1/drv/hisi_sec_udrv.h
|
|
@@ -326,7 +326,7 @@ struct bd3_tls_type_back {
|
|
__u32 pad_len_1p3_back:16;
|
|
};
|
|
|
|
-/* the kp930 sence */
|
|
+/* the hw v2 sence */
|
|
struct hisi_sec_bd3_sqe {
|
|
__u32 type:4;
|
|
__u32 inveld:1;
|
|
--
|
|
2.25.1
|
|
|