Searched refs:ghash (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/crypto/openssl/crypto/modes/ |
| D | Makefile | 47 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) > $@ 53 ghash-sparcv9.s: asm/ghash-sparcv9.pl 54 $(PERL) asm/ghash-sparcv9.pl $@ $(CFLAGS) 55 ghash-alpha.s: asm/ghash-alpha.pl 57 $(PERL) asm/ghash-alpha.pl > $$preproc && \ [all …]
|
| D | gcm128.c | 773 ctx->ghash = gcm_ghash_clmul; 785 ctx->ghash = gcm_ghash_4bit_mmx; 788 ctx->ghash = gcm_ghash_4bit_x86; 792 ctx->ghash = gcm_ghash_4bit; 797 ctx->ghash = gcm_ghash_neon; 801 ctx->ghash = gcm_ghash_4bit; 903 const u8 *inp, size_t len) = ctx->ghash; 973 const u8 *inp, size_t len) = ctx->ghash; 1160 const u8 *inp, size_t len) = ctx->ghash; 1351 const u8 *inp, size_t len) = ctx->ghash; [all …]
|
| D | modes_lcl.h | 112 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, member
|
| /freebsd-10-stable/contrib/wpa/src/crypto/ |
| D | aes-gcm.c | 103 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()
|
| /freebsd-10-stable/secure/lib/libcrypto/ |
| D | Makefile.asm | 36 SRCS+= ghash-x86_64.pl 117 SRCS+= ghash-x86.pl
|
| D | Makefile | 232 SRCS+= ghash-x86_64.S 234 SRCS+= ghash-x86.S
|
| /freebsd-10-stable/sys/dev/ffec/ |
| D | if_ffec.c | 954 uint64_t ghash, ihash; in ffec_setup_rxfilter() local 964 ghash = 0xffffffffffffffffLLU; in ffec_setup_rxfilter() 966 ghash = 0; in ffec_setup_rxfilter() 974 ghash |= 1LLU << (((uint8_t *)&crc)[3] >> 2); in ffec_setup_rxfilter() 978 WR4(sc, FEC_GAUR_REG, (uint32_t)(ghash >> 32)); in ffec_setup_rxfilter() 979 WR4(sc, FEC_GALR_REG, (uint32_t)ghash); in ffec_setup_rxfilter()
|
| /freebsd-10-stable/crypto/openssl/ |
| D | Configure | 136 …sha512-586.o:cast-586.o:rc4-586.o:rmd-586.o:rc5-586.o:wp_block.o wp-mmx.o:cmll-x86.o:ghash-x86.o:"; 140 …2-x86_64.o::rc4-x86_64.o rc4-md5-x86_64.o:::wp-x86_64.o:cmll-x86_64.o cmll_misc.o:ghash-x86_64.o:"; 141 …:md5-ia64.o:sha1-ia64.o sha256-ia64.o sha512-ia64.o::rc4-ia64.o rc4_skey.o:::::ghash-ia64.o::void"; 142 …bc.o aes-sparcv9.o:::sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o:::::::ghash-sparcv9.o::void"; 144 my $alpha_asm="alphacpuid.o:bn_asm.o alpha-mont.o:::::sha1-alpha.o:::::::ghash-alpha.o::void"; 147 … aes-ctr.o aes-xts.o:::sha1-s390x.o sha256-s390x.o sha512-s390x.o::rc4-s390x.o:::::ghash-s390x.o:"; 148 …es_cbc.o aes-armv4.o:::sha1-armv4-large.o sha256-armv4.o sha512-armv4.o:::::::ghash-armv4.o::void"; 149 …aes-parisc.o:::sha1-parisc.o sha256-parisc.o sha512-parisc.o::rc4-parisc.o:::::ghash-parisc.o::32"; 150 …aes-parisc.o:::sha1-parisc.o sha256-parisc.o sha512-parisc.o::rc4-parisc.o:::::ghash-parisc.o::64"; 205 …ha512-586.o:cast-586.o:rc4-586.o:rmd-586.o:rc5-586.o:wp_block.o wp-mmx.o::ghash-x86.o::elf:dlfcn:l… [all …]
|
| /freebsd-10-stable/secure/lib/libcrypto/amd64/ |
| D | ghash-x86_64.S | 1 # $FreeBSD: stable/10/secure/lib/libcrypto/amd64/ghash-x86_64.S 299966 2016-05-16 19:30:27Z jkim $ 2 # Do not modify. This file is auto-generated from ghash-x86_64.pl.
|
| /freebsd-10-stable/secure/lib/libcrypto/i386/ |
| D | ghash-x86.S | 1 # $FreeBSD: stable/10/secure/lib/libcrypto/i386/ghash-x86.S 299966 2016-05-16 19:30:27Z jkim $ 2 # Do not modify. This file is auto-generated from ghash-x86.pl.
|