1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/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
aes.h crypto: aes_init(): Fail correctly when called with bad key length 2019-08-07 11:02:16 +02:00
chacha20poly1305.h
chacha.h
ciphers.h
helper.h
poly1305.h