Home
last modified time | relevance | path

Searched refs:gcm_rightshift (Results 1 – 4 of 4) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/encauth/gcm/
H A Dgcm_gf_mult.c63 static void gcm_rightshift(unsigned char *a) in gcm_rightshift() function
97 gcm_rightshift(V); in gcm_gf_mult()
/dports/emulators/hercules/hercules-3.13/crypto/
H A Ddyncrypt.c259 static void gcm_rightshift(unsigned char *a) in gcm_rightshift() function
287 gcm_rightshift(V); in gcm_gf_mult()
681 static void gcm_rightshift(unsigned char *a)
709 gcm_rightshift(V);
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/
H A DChangeLog6422 (gcm_rightshift): ... old name.
6435 * gcm.c (gcm_rightshift): Moved the reduction of the shifted out
6437 (gcm_gf_mul): Updated for gcm_rightshift change. Improves gmac
6444 * gcm.c (gcm_rightshift): Complete rewrite, to use word rather
/dports/security/nettle/nettle-3.7.3/
H A DChangeLog7840 (gcm_rightshift): ... old name.
7853 * gcm.c (gcm_rightshift): Moved the reduction of the shifted out
7855 (gcm_gf_mul): Updated for gcm_rightshift change. Improves gmac
7862 * gcm.c (gcm_rightshift): Complete rewrite, to use word rather