Searched refs:ghash (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/modes/
H A DMakefile47 ghash-ia64.s: asm/ghash-ia64.pl
48 $(PERL) asm/ghash-ia64.pl $@ $(CFLAGS)
49 ghash-x86.s: asm/ghash-x86.pl
50 $(PERL) asm/ghash-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
51 ghash-x86_64.s: asm/ghash-x86_64.pl
52 $(PERL) asm/ghash-x86_64.pl $(PERLASM_SCHEME) > $@
55 ghash
[all...]
H A Dmodes_lcl.h122 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, member in struct:gcm128_context
H A Dgcm128.c811 ctx->ghash = gcm_ghash_avx;
815 ctx->ghash = gcm_ghash_clmul;
828 ctx->ghash = gcm_ghash_4bit_mmx;
831 ctx->ghash = gcm_ghash_4bit_x86;
835 ctx->ghash = gcm_ghash_4bit;
842 ctx->ghash = gcm_ghash_v8;
849 ctx->ghash = gcm_ghash_neon;
856 ctx->ghash = gcm_ghash_4bit;
858 ctx->ghash = NULL;
865 ctx->ghash
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Daes-gcm.c103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) function
207 ghash(H, iv, iv_len, J0);
210 ghash(H, len_buf, sizeof(len_buf), J0);
241 ghash(H, aad, aad_len, S);
242 ghash(H, crypt, crypt_len, S);
245 ghash(H, len_buf, sizeof(len_buf), S);
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.asm78 SRCS+= aesni-gcm-x86_64.pl ghash-x86_64.pl
135 SRCS+= ghash-armv4.pl ghashv8-armx.pl
195 SRCS+= ghash-x86.pl
H A DMakefile251 SRCS+= aesni-gcm-x86_64.S ghash-x86_64.S
253 SRCS+= ghash-armv4.S ghashv8-armx.S
255 SRCS+= ghash-x86.S
/freebsd-11-stable/sys/dev/ffec/
H A Dif_ffec.c982 uint64_t ghash, ihash; local
992 ghash = 0xffffffffffffffffLLU;
994 ghash = 0;
1002 ghash |= 1LLU << (((uint8_t *)&crc)[3] >> 2);
1006 WR4(sc, FEC_GAUR_REG, (uint32_t)(ghash >> 32));
1007 WR4(sc, FEC_GALR_REG, (uint32_t)ghash);
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl452 @ equivalent of reduction_avx from ghash-x86_64.pl
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dghash-armv4.S2 /* Do not modify. This file is auto-generated from ghash-armv4.pl. */
499 @ equivalent of reduction_avx from ghash-x86_64.pl
/freebsd-11-stable/crypto/openssl/
H A DMakefile106 MODES_ASM_OBJ= ghash-x86_64.o aesni-gcm-x86_64.o
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_aes.c263 gctx->gcm.ghash==gcm_ghash_avx)
265 gctx->gcm.ghash==gcm_ghash_avx)

Completed in 93 milliseconds