1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/crypto
Mathias Tausig 3a3b26e70a ciphers: Added defines for return values of cipher_init() and [specific cipher]_init() functions
New definitions: CIPHER_INIT_SUCCESS and CIPHER_ERR_BAD_CONTEXT_SIZE
2016-10-04 13:01:38 +02:00
..
modes debug: add missing line breaks 2016-09-27 23:38:41 +02:00
3des.c ciphers: Added defines for return values of cipher_init() and [specific cipher]_init() functions 2016-10-04 13:01:38 +02:00
aes.c ciphers: Added defines for return values of cipher_init() and [specific cipher]_init() functions 2016-10-04 13:01:38 +02:00
chacha_prng.c sys: add ChaCha stream cipher and PRNG 2015-06-28 18:32:04 +02:00
chacha.c sys: add ChaCha stream cipher and PRNG 2015-06-28 18:32:04 +02:00
ciphers.c Unified Cipher API and Block cipher operation modes 2015-07-22 19:18:34 +02:00
doc.txt Merge pull request #4787 from BytesGalore/doc_crypto_add_word_on_required_cflags 2016-03-03 13:36:27 +01:00
helper.c Unified Cipher API and Block cipher operation modes 2015-07-22 19:18:34 +02:00
Makefile sys: add ChaCha stream cipher and PRNG 2015-06-28 18:32:04 +02:00
rc5.c Unified Cipher API and Block cipher operation modes 2015-07-22 19:18:34 +02:00
twofish.c ciphers: Added defines for return values of cipher_init() and [specific cipher]_init() functions 2016-10-04 13:01:38 +02:00