diff options
author | Daniel Kestrel <kestrel1974@t-online.de> | 2021-06-20 21:33:22 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-01-06 00:23:05 +0100 |
commit | 006fee0dadd184aab8a1a18d629674f8f06e9eda (patch) | |
tree | f23b6a9169e9f8b48c9a8f7c59c158e4ca286b61 /package/kernel/lantiq/ltq-deu/src/ifxmips_aes.c | |
parent | 6ade9d1ddac660e7f06116359c0812adde86bf9e (diff) | |
download | upstream-006fee0dadd184aab8a1a18d629674f8f06e9eda.tar.gz upstream-006fee0dadd184aab8a1a18d629674f8f06e9eda.tar.bz2 upstream-006fee0dadd184aab8a1a18d629674f8f06e9eda.zip |
ltq-deu: update initialisations for hmac algorithms
The processing in the hmac algorithms depends on the status fields:
count, dbn and started. Not all were initialised in the init method
and after finishing the final method. Added missing fields to init
method and call init method after finishing final.
The memsets have the wrong size in the original driver and did not
clear everything and are not necessary. Since no memset is done in
the kernels generic implementation, memsets were removed.
Signed-off-by: Daniel Kestrel <kestrel1974@t-online.de>
Diffstat (limited to 'package/kernel/lantiq/ltq-deu/src/ifxmips_aes.c')
0 files changed, 0 insertions, 0 deletions