index
:
delta/libgcrypt.git
ECC-INTEGRATION-1-5
LIBGCRYPT-1-2-BRANCH
LIBGCRYPT-1-4-BRANCH
LIBGCRYPT-1-5-BRANCH
LIBGCRYPT-1-6-BRANCH
LIBGCRYPT-1-7-BRANCH
LIBGCRYPT-1.10-BRANCH
LIBGCRYPT-1.8-BRANCH
LIBGCRYPT-1.9-BRANCH
LIBGCRYPT-2.0-MO
OS2-BRANCH
STABLE-BRANCH-1-0
baserock/gnome
baserock/libgcrypt-1.5.5
baserock/morph
cipher-amd64-optimizations
cipher-s390x-optimizations
compliant-ecc-keygen
dkg/ecc-debug-cleanup
dkg/fix-T3894
ePit-1-0
gniibe-T3358
gniibe-curve25519
gniibe-mpi-pow-2017-06
gniibe/4293
gniibe/cmac-selftest
gniibe/const-invm
gniibe/fips-from-redhat
gniibe/jitterent
gniibe/new-pk-api
gniibe/t5797
gniibe/x448
http-to-https
justus/fix-error-handling
master
mo
padlock-test
t4873
ueno-pss
dev.gnupg.org: source/libgcrypt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cipher
/
cipher-ccm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cipher-ccm: remove VLA usage
Jussi Kivilinna
2022-10-02
1
-2
/
+2
*
More clean up.
NIIBE Yutaka
2022-09-16
1
-1
/
+1
*
Perform AEAD input 24KiB splitting only when input larger than 32KiB
Jussi Kivilinna
2022-02-22
1
-4
/
+8
*
Use memset instead of setting buffers byte by byte
Jussi Kivilinna
2019-03-23
1
-2
/
+6
*
Use buf_cpy instead of copying buffers byte by byte
Jussi Kivilinna
2019-03-23
1
-2
/
+7
*
Process CCM/EAX/GCM/Poly1305 AEAD cipher modes input in 24 KiB chucks
Jussi Kivilinna
2019-01-02
1
-13
/
+52
*
Add size optimized cipher block copy and xor functions
Jussi Kivilinna
2018-07-21
1
-3
/
+4
*
Disallow encryption/decryption if key is not set
Jussi Kivilinna
2016-06-30
1
-0
/
+3
*
Always require a 64 bit integer type
Werner Koch
2016-03-18
1
-78
/
+0
*
Replace ath based mutexes by gpgrt based locks.
Werner Koch
2014-01-16
1
-1
/
+0
*
Change utf-8 copyright characters to '(C)'
Jussi Kivilinna
2013-12-18
1
-1
/
+1
*
Use u64 for CCM data lengths
Jussi Kivilinna
2013-12-15
1
-6
/
+82
*
Initial implementation of GCM
Dmitry Eremin-Solenikov
2013-11-19
1
-5
/
+7
*
Add new MAC API, initially with HMAC
Jussi Kivilinna
2013-11-16
1
-9
/
+4
*
cipher: use size_t for internal buffer lengths
Jussi Kivilinna
2013-11-15
1
-4
/
+4
*
Improve the speed of the cipher mode code
Jussi Kivilinna
2013-10-23
1
-4
/
+3
*
Add Counter with CBC-MAC mode (CCM)
Jussi Kivilinna
2013-10-22
1
-0
/
+370