1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/unittests/tests-crypto
Koen Zandberg 730286903a
crypto/helper: Add test for crypto_secure_wipe
The test added for crypto_secure_wipe wipes a buffer with a secret in
it. Only the last byte is kept as it was. The last byte is used to check
that the function doesn't write outside the supplied buffer.
2018-11-07 18:27:10 +01:00
..
Makefile
Makefile.include
tests-crypto-aes.c
tests-crypto-chacha.c
tests-crypto-cipher.c Unified Cipher API and Block cipher operation modes 2015-07-22 19:18:34 +02:00
tests-crypto-helper.c crypto/helper: Add test for crypto_secure_wipe 2018-11-07 18:27:10 +01:00
tests-crypto-modes-cbc.c
tests-crypto-modes-ccm.c
tests-crypto-modes-ctr.c
tests-crypto-modes-ecb.c
tests-crypto.c crypto/helper: Add test for crypto_secure_wipe 2018-11-07 18:27:10 +01:00
tests-crypto.h crypto/helper: Add test for crypto_secure_wipe 2018-11-07 18:27:10 +01:00