From e384b228c61215b910d885d4b86cd1ad39f4f908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=9E=E6=9C=A8=E5=B8=8C=E7=BE=8E?= Date: Sat, 22 Oct 2022 11:08:53 +0000 Subject: [PATCH] update security_lite/huks/liteos_a_adapter/hks_safe_cipher_key_test.cpp. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 伞木希美 --- .../huks/liteos_a_adapter/hks_safe_cipher_key_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security_lite/huks/liteos_a_adapter/hks_safe_cipher_key_test.cpp b/security_lite/huks/liteos_a_adapter/hks_safe_cipher_key_test.cpp index ae1ca4c09..328f77da4 100644 --- a/security_lite/huks/liteos_a_adapter/hks_safe_cipher_key_test.cpp +++ b/security_lite/huks/liteos_a_adapter/hks_safe_cipher_key_test.cpp @@ -81,7 +81,7 @@ HWTEST_F(HksSafeCipherKeyTest, HksSafeCipherKeyTest001, TestSize.Level1) struct HksBlob newAliasTwo = { strlen("test_ed25519_2"), (uint8_t *)"test_ed25519_2" }; ret = TestImportEd25519(newAliasTwo, &pubKeyInfo); - EXPECT_EQ(ret, 0); + EXPECT_EQ(ret, 0); struct HksBlob X25519PubKey1 = { .size = HKS_CURVE25519_KEY_SIZE_256, .data = nullptr}; struct HksBlob X25519PubKey2 = { .size = HKS_CURVE25519_KEY_SIZE_256, .data = nullptr}; -- GitLab