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
ccm.c crypto: memcpy() in overlapping data in ccm 2015-09-22 11:01:56 +02:00
ctr.c
ecb.c
Makefile