1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/crypto/modes
Wentao Shang 3fd8276c37
crypto/ccm: fix auth_data_len upperbound value
RFC3610 states that len_encoding is only valid for "0x0001 ... 0xFEFF"

   If 0 < l(a) < (2^16 - 2^8), then the length field is encoded as two
   octets which contain the value l(a) in most-significant-byte first
   order.
2018-11-12 16:38:45 +01:00
..
cbc.c sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
ccm.c crypto/ccm: fix auth_data_len upperbound value 2018-11-12 16:38:45 +01:00
ctr.c sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
ecb.c sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
Makefile Unified Cipher API and Block cipher operation modes 2015-07-22 19:18:34 +02:00