index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
modes
/
gcm128.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update for Zvkb extension.
Jerry Shih
2023-10-26
1
-11
/
+11
*
riscv: GCM: Provide a Zvkg-based implementation
Christoph Müllner
2023-10-26
1
-1
/
+14
*
riscv: GCM: Provide a Zvbb/Zvbc-based implementation
Christoph Müllner
2023-10-26
1
-1
/
+10
*
* Enable extra Arm64 optimization on Windows for GHASH, RAND and AES
Evgeny Karpov
2023-10-10
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-06-15
1
-1
/
+1
*
riscv: GCM: Implement GHASH()
Christoph Müllner
2023-03-16
1
-8
/
+17
*
riscv: GCM: Simplify GCM calculation
Christoph Müllner
2023-03-16
1
-5
/
+17
*
riscv: Clean up extension test macros
Christoph Müllner
2023-03-16
1
-1
/
+1
*
gcm_get_funcs(): Add missing fallback for ghash on x86_64
Tomas Mraz
2022-11-15
1
-0
/
+5
*
Implement AES-GCM-SIV (RFC8452)
Todd Short
2022-07-29
1
-0
/
+37
*
Fix regression from GCM mode refactoring
Tomas Mraz
2022-07-29
1
-6
/
+10
*
s390x: Fix GCM setup
Juergen Christ
2022-07-26
1
-0
/
+5
*
Clean up GCM_MUL and remove GCM_FUNCREF_4BIT
Todd Short
2022-07-22
1
-32
/
+1
*
Clean up use of GHASH macro
Todd Short
2022-07-22
1
-23
/
+1
*
Use separate function to get GCM functions
Todd Short
2022-07-22
1
-97
/
+97
*
Remove some unused 4bit GCM code
Todd Short
2022-07-22
1
-95
/
+0
*
Remove unused 1bit GCM implementation
Todd Short
2022-07-22
1
-93
/
+29
*
Remove unused 8bit GCM implementation
Todd Short
2022-07-22
1
-144
/
+2
*
Change loops conditions to make zero loop risk more obvious.
Daniel Fiala
2022-05-24
1
-1
/
+5
*
Add clmul-based gmult for riscv64 with Zbb, Zbc
Henry Brausen
2022-05-19
1
-2
/
+25
*
Split bignum code out of the sparcv9cap.c
Tomas Mraz
2021-07-15
1
-2
/
+1
*
ppccap.c: Split out algorithm-specific functions
Tomas Mraz
2021-06-25
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
CRYPTO_gcm128_decrypt: fix mac or tag calculation
Zhang Jinde
2021-02-19
1
-2
/
+2
*
Add and use internal header that implements endianness check
Richard Levitte
2020-07-11
1
-79
/
+44
*
Update copyright year
Matt Caswell
2020-06-04
1
-1
/
+1
*
Avoid undefined behavior with unaligned accesses
Bernd Edlinger
2020-05-27
1
-8
/
+14
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Remove extern declarations of OPENSSL_ia32cap_P
Bernd Edlinger
2019-09-01
1
-1
/
+1
*
Add Common shared code needed to move aes ciphers to providers
Shane Lontis
2019-07-16
1
-2
/
+2
*
Following the license change, modify the boilerplates in crypto/modes/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-06-20
1
-1
/
+1
*
modes/gcm128.c: coalesce calls to GHASH.
Andy Polyakov
2018-06-03
1
-34
/
+246
*
modes/gcm128.c: harmonize GCM_MUL macro with GHASH.
Andy Polyakov
2017-10-17
1
-45
/
+56
*
crypto/cryptlib.c: mask more capability bits upon FXSR bit flip.
Andy Polyakov
2017-09-01
1
-2
/
+1
*
Convert modes selftests (cts128 and gcm128) to internal test
Richard Levitte
2016-11-03
1
-636
/
+0
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-46
/
+6
*
Remove outdated DEBUG flags.
Rich Salz
2016-02-18
1
-7
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-1
/
+1
*
gcm.c: address linker warning about OPENSSL_ia32cap_P size mismatch.
Andy Polyakov
2015-06-10
1
-1
/
+1
*
Use CRYPTO_memcmp when comparing authenticators
Emilia Kasper
2015-06-08
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-4
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp
Rich Salz
2015-02-03
1
-3
/
+0
*
modes/gcm128.c: harmonize ctx->ghash assignment, shortcut *_ctr32
Andy Polyakov
2015-01-30
1
-106
/
+92
*
modes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile failure
Andy Polyakov
2015-01-30
1
-0
/
+8
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-1818
/
+1949
*
Move more comments that confuse indent
Matt Caswell
2015-01-22
1
-1
/
+2
[next]