aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/ath.mk
diff options
context:
space:
mode:
authorDaniel Kestrel <kestrel1974@t-online.de>2021-05-31 14:43:08 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-01-06 00:22:38 +0100
commit19cb3c9dff96da86d81907ef503ddf93b7ad562c (patch)
tree84601640aac96c65af75bb31bd3c1e4649f49a47 /package/kernel/mac80211/ath.mk
parente84c4b54f34591b51a2503cadabe37218173036c (diff)
downloadupstream-19cb3c9dff96da86d81907ef503ddf93b7ad562c.tar.gz
upstream-19cb3c9dff96da86d81907ef503ddf93b7ad562c.tar.bz2
upstream-19cb3c9dff96da86d81907ef503ddf93b7ad562c.zip
ltq-deu: fix cryptomgr test errors for des
When running cryptomgr tests against the driver, there are several occurences of different errors for setkey of des and des3-ede algorithms. Those key checks are already implemented in the kernels des implementation, so this is added as dependency and the kernel methods are called. It also required adding the kernels des/des3 context definitions to the des_ctx internal structure to be able to call the kernel methods. Fixed ifxdeu-des... setkey unexpectedly succeeded on test vector x; expected_error=-22. Fixed ifxdeu-des... setkey failed on test vector x; expected_error=0, actual_error=-22. Renamed des_ctx internal structure and des_encrypt/des_decrypt methods because they are already defined in the kernel module. Fixed wrong DES_xxx constant definitions in crypto_alg definition for ifxdeu_des3_ede_alg. Fixed method comment errors. Signed-off-by: Daniel Kestrel <kestrel1974@t-online.de>
Diffstat (limited to 'package/kernel/mac80211/ath.mk')
0 files changed, 0 insertions, 0 deletions