Home
last modified time | relevance | path

Searched refs:ghash (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dbuild.info5 $MODESASM_x86=ghash-x86.S
7 $MODESASM_x86_64=ghash-x86_64.s aesni-gcm-x86_64.s
10 # ghash-ia64.s doesn't work on VMS
12 $MODESASM_ia64=ghash-ia64.s
16 $MODESASM_sparcv9=ghash-sparcv9.S
19 $MODESASM_alpha=ghash-alpha.S
22 $MODESASM_s390x=ghash-s390x.S
25 $MODESASM_armv4=ghash-armv4.S ghashv8-armx.S
30 $MODESASM_parisc11=ghash-parisc.s
40 $MODESASM_c64xplus=ghash-c64xplus.s
[all …]
H A Dgcm128.c735 # define CTX__GHASH(f) (ctx->ghash = (f))
737 # define CTX__GHASH(f) (ctx->ghash = NULL)
918 const u8 *inp, size_t len) = ctx->ghash;
983 const u8 *inp, size_t len) = ctx->ghash;
1215 const u8 *inp, size_t len) = ctx->ghash;
1457 const u8 *inp, size_t len) = ctx->ghash;
1618 const u8 *inp, size_t len) = ctx->ghash;
1780 const u8 *inp, size_t len) = ctx->ghash;
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/modes/
H A Dbuild.info9 GENERATE[ghash-ia64.s]=asm/ghash-ia64.pl $(LIB_CFLAGS) $(LIB_CPPFLAGS)
10 GENERATE[ghash-x86.s]=asm/ghash-x86.pl \
12 GENERATE[ghash-x86_64.s]=asm/ghash-x86_64.pl $(PERLASM_SCHEME)
14 GENERATE[ghash-sparcv9.S]=asm/ghash-sparcv9.pl $(PERLASM_SCHEME)
15 INCLUDE[ghash-sparcv9.o]=..
16 GENERATE[ghash-alpha.S]=asm/ghash-alpha.pl $(PERLASM_SCHEME)
17 GENERATE[ghash-parisc.s]=asm/ghash-parisc.pl $(PERLASM_SCHEME)
19 GENERATE[ghash-armv4.S]=asm/ghash-armv4.pl $(PERLASM_SCHEME)
20 INCLUDE[ghash-armv4.o]=..
23 GENERATE[ghash-s390x.S]=asm/ghash-s390x.pl $(PERLASM_SCHEME)
[all …]
H A Dgcm128.c752 # define CTX__GHASH(f) (ctx->ghash = (f))
754 # define CTX__GHASH(f) (ctx->ghash = NULL)
938 const u8 *inp, size_t len) = ctx->ghash;
1006 const u8 *inp, size_t len) = ctx->ghash;
1241 const u8 *inp, size_t len) = ctx->ghash;
1486 const u8 *inp, size_t len) = ctx->ghash;
1650 const u8 *inp, size_t len) = ctx->ghash;
1815 const u8 *inp, size_t len) = ctx->ghash;
H A Dmodes_local.h136 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, member
/netbsd-src/sys/opencrypto/
H A Dgmac.c135 aes_enc(&ctx->K, (const void *)ctx->ghash.H, (void *)ctx->ghash.H, in AES_GMAC_Setkey()
139 ctx->ghash.H[i] = be64toh(ctx->ghash.H[i]); in AES_GMAC_Setkey()
142 ctx->ghash.H[i] = be32toh(ctx->ghash.H[i]); in AES_GMAC_Setkey()
162 ghash_update(&ctx->ghash, data, len - plen); in AES_GMAC_Update()
165 ghash_update(&ctx->ghash, blk, GMAC_BLOCK_LEN); in AES_GMAC_Update()
184 d[0] = (uint8_t)(ctx->ghash.S[i] >> 56) ^ k[0]; in AES_GMAC_Final()
185 d[1] = (uint8_t)(ctx->ghash.S[i] >> 48) ^ k[1]; in AES_GMAC_Final()
186 d[2] = (uint8_t)(ctx->ghash.S[i] >> 40) ^ k[2]; in AES_GMAC_Final()
187 d[3] = (uint8_t)(ctx->ghash.S[i] >> 32) ^ k[3]; in AES_GMAC_Final()
188 d[4] = (uint8_t)(ctx->ghash.S[i] >> 24) ^ k[4]; in AES_GMAC_Final()
[all …]
H A Dgmac.h43 GHASH_CTX ghash; member
/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A Daes-gcm.c103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash() function
207 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0()
210 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
241 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
242 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash()
245 ghash(H, len_buf, sizeof(len_buf), S); in aes_gcm_ghash()
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
H A Dmodes.inc3 MODES_SRCS = ghash-sparcv9.S
5 AFLAGS.ghash-sparcv9.S+= -Wa,-Av9
H A DMakefile14 ghash*|sha*) perl $$i $$j;; \
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc/
H A Dmodes.inc3 MODES_SRCS = ghash-sparcv9.S
5 AFLAGS.ghash-sparcv9.S+= -Wa,-Av9
H A DMakefile14 ghash*|sha*) perl $$i $$j;; \
/netbsd-src/crypto/external/bsd/openssl/dist/providers/
H A Dfips.module.sources233 crypto/modes/asm/ghash-alpha.pl
234 crypto/modes/asm/ghash-armv4.pl
235 crypto/modes/asm/ghash-c64xplus.pl
236 crypto/modes/asm/ghash-ia64.pl
237 crypto/modes/asm/ghash-parisc.pl
238 crypto/modes/asm/ghash-s390x.pl
239 crypto/modes/asm/ghash-sparcv9.pl
240 crypto/modes/asm/ghash-x86.pl
241 crypto/modes/asm/ghash-x86_64.pl
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc64/
H A Dmodes.inc2 MODES_SRCS = ghash-sparcv9.S
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
H A Dmodes.inc2 MODES_SRCS = ghash-sparcv9.S
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/
H A Dmodes.inc3 MODES_SRCS += ghash-alpha.S
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/alpha/
H A Dmodes.inc3 MODES_SRCS += ghash-alpha.S
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/i386/
H A Dmodes.inc2 MODES_SRCS += ghash-x86.o
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/
H A Dmodes.inc2 MODES_SRCS += ghash-x86.o
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/x86_64/
H A Dmodes.inc2 MODES_SRCS += aesni-gcm-x86_64.o ghash-x86_64.o
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/
H A Dmodes.inc2 MODES_SRCS += aesni-gcm-x86_64.o ghash-x86_64.o
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
H A Dmodes.inc4 MODES_SRCS += ghash-armv4.S
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Dmodes.inc4 MODES_SRCS += ghash-armv4.S
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Dmodes.h129 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, member
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/
H A DBUILD.gn104 # Speed up links with ghash on windows.
106 cflags += [ "-gcodeview-ghash" ]

12