commit | eb009232c0233ebca6d6b706593a16684f1180d9 | [log] [tgz] |
---|---|---|
author | LuoPeng <wuhanluop@163.com> | Wed Sep 22 23:51:19 2021 +0800 |
committer | openluopworld <luopengxq@gmail.com> | Fri Oct 01 17:57:11 2021 +0800 |
tree | aeb2f7a8e3c658744c9d2ac4f3218899f0a4192c | |
parent | e3f23091d28e296d4ae0cf7c1cc8b11a440703a5 [diff] [blame] |
Update library/gcm.c Co-authored-by: davidhorstmann-arm <70948878+davidhorstmann-arm@users.noreply.github.com> Signed-off-by: openluopworld <luopengxq@gmail.com>
diff --git a/library/gcm.c b/library/gcm.c index e1c1c7d..0e402dd 100644 --- a/library/gcm.c +++ b/library/gcm.c
@@ -278,7 +278,7 @@ else { memset( work_buf, 0x00, 16 ); - MBEDTLS_PUT_UINT64_BE( iv_len * 8, work_buf, 8 ); + MBEDTLS_PUT_UINT64_BE( iv_len * 8, work_buf, 8 ); p = iv; while( iv_len > 0 )