summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2023-06-16 17:04:28 +0800
committerJun Nie <jun.nie@linaro.org>2023-06-16 17:17:10 +0800
commit2e0563e2527e6efd229c4af3be0798af8f529fa6 (patch)
tree8a3ec2b3f1b9d3872a6b7a035d9e3a72c9bce234
parent67055052076e4da0de5e3a8055301ce8fa705966 (diff)
Does we missed the result and thought it is ok
why it is OK when do all operation in one cmd? Signed-off-by: Jun Nie <jun.nie@linaro.org>
-rw-r--r--ta/key_demo/key_demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ta/key_demo/key_demo.c b/ta/key_demo/key_demo.c
index 971db7a..5d53c02 100644
--- a/ta/key_demo/key_demo.c
+++ b/ta/key_demo/key_demo.c
@@ -627,7 +627,7 @@ EMSG("-----------Open persistent object, res=0x%08x", result);
EMSG("========Input buf [0] %d [28] %d [108] %d.", in[0], in[28], in[108]);
- result = TEE_CipherUpdate(encrypt_op,
+ TEE_CipherUpdate(encrypt_op,
in, TEST_CRYPT_SIZE,
out, &out_size);