index
:
delta/nettle.git
aead-api
aead-tests
aes-cbc
aes-reorg
aes-struct-layout
api-opaque-fix
arm-salsa20-chacha-vsra
arm64
arm64-ecc
arm64-poly1305
arm64-sha1
attribute-deprecated
balloon
baserock/disable-documentation
baserock/morph
bcrypt
block16-refactor
bswap-header
chacha-3core-neon
chacha96
cmac-layout
cmac-support
cmac64
ctr-opt
curve25519
curve448
default-m4-quote-char
delete-1-way-neon
delete-arcfour-asm
delete-des-compat
delete-ecc-g
delete-internal-name-mangling
delete-old-aes
delete-rsa_blind
dsa-reorg
ecc-gost
ecc-params-tweak
ecc-sqrt
ecc-support
ecdsa-duplication-fix
ecdsa-weierstrass-only
ed448
experimental-20050201
export-sha256_compress
fat-build-by-default
fat-library
fix-chacha-counter
fix-x86_64-ghash-alignment
gcm-ctr-opt
ghash-refactor
ghash-sidechannel-silent
gosthash94cp
hkdf-support
invert-with-redc
lsh-1.4.2
master
master-updates
merge-pss
move-nettle_mac
nettle-2.7-fixes
nettle-arm64-chacha
nettle-ppc-test-power9
new-mod-inv
ocb-merge
ocb-mode
openssl-benchmark-update
optimize-ecc-invert
poly1305
poly1305-radix32
power-asm-wip
ppc-chacha-2core
ppc-chacha-4core
ppc-chacha-core
ppc-gcm
ppc-secp256-tweaks
ppc64-efv2-check
refactor-ecc-mod
refactor-poly1305
release-3.4-fixes
release-3.7-fixes
release-3.8-fixes
rename-data-symbols
require-gnu-make
rsa-crt-hardening
s390x
salsa20-2core-neon
secp256r1-mod
set_key-changes
sha256-compress-n
shake256
siv-mode
size_t-changes
skein
sm3
sm4
struct-layout
test-fat
test-ghash-internal
test-shlib-dir
use-mpn_cnd-functions
versioned-symbols
wip-siv-gcm
x86_64-aes-refactor
x86_64-gcm
x86_64-salsa20-2core
x86_64-sha_ni-sha1
x86_64-sha_ni-sha256
git.lysator.liu.se: nettle/nettle.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix file header copy&paste errors.
Niels Möller
2014-07-04
1
-1
/
+1
*
Update copyright headers for dual licensing.
Niels Möller
2014-04-12
1
-29
/
+37
*
Define and use nettle_cipher_func, for block ciphers.
Niels Möller
2014-03-18
1
-5
/
+5
*
Comment fixes.
Niels Möller
2014-01-26
1
-7
/
+1
*
New type nettle_block16.
Niels Möller
2014-01-13
1
-14
/
+15
*
New x86_64 assembly for gcm hashing.
Niels Möller
2013-09-22
1
-5
/
+8
*
Support optional assembly files for both nettle and hogweed.
Niels Möller
2013-09-09
1
-1
/
+7
*
Use size_t rather than unsigned for all hash-related functions.
Niels Möller
2013-04-26
1
-3
/
+3
*
Use size_t rather than unsigned for all cipher-related functions.
Niels Möller
2013-04-26
1
-4
/
+4
*
Updated FSF address. Patch from David Woodhouse.
Niels Möller
2012-07-07
1
-2
/
+2
*
Consistently use foo_func *f (rather than foo_func f) for declaring function ...
Niels Möller
2012-06-25
1
-1
/
+1
*
Trivial whitespace fix.
Niels Möller
2011-07-24
1
-1
/
+1
*
* gcm.h (GCM_UPDATE): Renamed, from...
Niels Möller
2011-02-13
1
-3
/
+3
*
* gcm.c (gcm_hash_sizes): New function.
Niels Möller
2011-02-09
1
-31
/
+47
*
* gcm.c (gcm_set_key): Replaced context argument by a struct
Niels Möller
2011-02-09
1
-22
/
+24
*
* gcm.c (gcm_gf_shift): Added a separate result argument.
Niels Möller
2011-02-08
1
-115
/
+100
*
* gcm.c (GHASH_POLYNOMIAL): Use unsigned long for this constant.
Niels Möller
2011-02-08
1
-5
/
+6
*
* gcm.c: Use the new union gcm_block for all gf operations.
Niels Möller
2011-02-08
1
-66
/
+59
*
* gcm.c (gcm_gf_shift_chunk) : Bug fix for little-endian 8-bit
Niels Möller
2011-02-07
1
-2
/
+1
*
* gcm.c (gcm_gf_mul_chunk): Special case first and last iteration.
Niels Möller
2011-02-07
1
-7
/
+23
*
(gcm_gf_shift_chunk): New implementation for 8-bit tables.
Niels Möller
2011-02-07
1
-5
/
+72
*
Introduced 4-bit tables. Gives gmac performance of 45 cycles per
Niels Möller
2011-02-06
1
-12
/
+158
*
* gcm.c (gcm_rightshift): Moved the reduction of the shifted out
Niels Möller
2011-02-06
1
-12
/
+13
*
(gcm_gf_mul): Rewrote. Still uses the bitwise algorithm from the
Niels Möller
2011-02-06
1
-31
/
+27
*
(gcm_rightshift): Complete rewrite, to use word rather
Niels Möller
2011-02-06
1
-13
/
+41
*
* gcm.c: New file.
Nikos Mavrogiannopoulos
2011-02-05
1
-0
/
+253