1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/crypto
Mathias Tausig 66edeeb9c6 crypto: aes_init(): Fail correctly when called with bad key length
A proper error code is returned if a key with unsupported (either by the implementation or the AES algorithm) length is passed to aes_init.
This fixes Issue #10175
2019-08-07 11:02:16 +02:00
..
modes Merge pull request #10120 from mtausig/ocb 2019-04-23 11:08:30 +02:00
aes.c crypto: aes_init(): Fail correctly when called with bad key length 2019-08-07 11:02:16 +02:00
chacha20poly1305.c
chacha_prng.c
chacha.c
ciphers.c
doc.txt
helper.c
Makefile
poly1305.c