1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/crypto/modes
René Kijewski d2afdf5079 crypto: memcpy() in overlapping data in ccm
`memcpy()` must not be used if the input and output ranges overlap,
because it is undefined if the data if copied from front to the end or
vice versa.

Found via valgrind.
2015-09-22 11:01:56 +02:00
..
cbc.c Unified Cipher API and Block cipher operation modes 2015-07-22 19:18:34 +02:00
ccm.c crypto: memcpy() in overlapping data in ccm 2015-09-22 11:01:56 +02:00
ctr.c Unified Cipher API and Block cipher operation modes 2015-07-22 19:18:34 +02:00
ecb.c Unified Cipher API and Block cipher operation modes 2015-07-22 19:18:34 +02:00
Makefile Unified Cipher API and Block cipher operation modes 2015-07-22 19:18:34 +02:00