1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-07 12:21:11 +03:00
Commit Graph

57 Commits

Author SHA1 Message Date
0f6b66dba1 CCM operations allow input == output 2014-05-14 14:10:35 +02:00
aed6065793 CCM source cosmetics/tune-ups
- source a bit shorter
- generated code slightly smaller
- preserving performance
2014-05-14 14:10:35 +02:00
ce77d55023 Implement ccm_auth_decrypt() 2014-05-07 12:13:13 +02:00
002323340a Refactor to prepare for CCM decryption 2014-05-07 12:13:12 +02:00
637eb3d31d Add ccm_encrypt_and_tag() 2014-05-07 12:13:12 +02:00
9fe0d13e8d Add ccm_init/free() 2014-05-06 12:12:45 +02:00
a6916fada8 Add (placeholder) CCM module 2014-05-06 11:28:09 +02:00