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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A DMakefile15 obj-$(CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL) += ghash-clmulni-intel.o
29 ghash-clmulni-intel-y := ghash-clmulni-intel_asm.o ghash-clmulni-intel_glue.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dgcm.c27 struct crypto_ahash_spawn ghash; member in struct:gcm_instance_ctx
32 struct crypto_ahash *ghash; member in struct:crypto_gcm_ctx
101 struct crypto_ahash *ghash = ctx->ghash; local
151 crypto_ahash_clear_flags(ghash, CRYPTO_TFM_REQ_MASK);
152 crypto_ahash_set_flags(ghash, crypto_aead_get_flags(aead) &
154 err = crypto_ahash_setkey(ghash, (u8 *)&data->hash, sizeof(be128));
155 crypto_aead_set_flags(aead, crypto_ahash_get_flags(ghash) &
461 ahash_request_set_tfm(ahreq, ctx->ghash);
650 struct crypto_ahash *ghash; local
[all...]
H A DMakefile87 obj-$(CONFIG_CRYPTO_GHASH) += ghash-generic.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dglib.in.h51 #include <glib/ghash.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dglib.in.h51 #include <glib/ghash.h>
H A DMakefile350 am_libglib_rpl_la_OBJECTS = glib/libglib_rpl_la-ghash.lo \
688 LIBGLIB_H = glib.h glibconfig.h glib/ghash.h glib/glist.h glib/gprimes.h glib/gstrfuncs.h glib/gstring.h glib/gtypes.h
937 glib/ghash.c glib/ghash.in.h glib/glist.c glib/glist.in.h \
1030 glib/ghash.h glib/glist.h glib/gprimes.h glib/gstrfuncs.h \
1147 libcroco/cr-utils.c glib/ghash.c glib/glist.c glib/gmessages.c \
1218 glib/ghash.c \
1450 glib/ghash.lo: glib/$(am__dirstamp)
1504 glib/libglib_rpl_la-ghash.lo: glib/$(am__dirstamp)
1566 -rm -f glib/ghash
[all...]
H A DMakefile.in350 am_libglib_rpl_la_OBJECTS = glib/libglib_rpl_la-ghash.lo \
937 glib/ghash.c glib/ghash.in.h glib/glist.c glib/glist.in.h \
1030 glib/ghash.h glib/glist.h glib/gprimes.h glib/gstrfuncs.h \
1147 libcroco/cr-utils.c glib/ghash.c glib/glist.c glib/gmessages.c \
1218 glib/ghash.c \
1450 glib/ghash.lo: glib/$(am__dirstamp)
1504 glib/libglib_rpl_la-ghash.lo: glib/$(am__dirstamp)
1566 -rm -f glib/ghash.$(OBJEXT)
1567 -rm -f glib/ghash
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/
H A DMakefile.am54 lib/glib/ghash.c \
55 lib/glib/ghash.in.h \
H A DMakefile.in176 lib/glib/ghash.c \
177 lib/glib/ghash.in.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghash-armv4.pl452 @ equivalent of reduction_avx from ghash-x86_64.pl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghash-armv4.pl452 @ equivalent of reduction_avx from ghash-x86_64.pl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_aes.c263 gctx->gcm.ghash==gcm_ghash_avx)
265 gctx->gcm.ghash==gcm_ghash_avx)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_aes.c263 gctx->gcm.ghash==gcm_ghash_avx)
265 gctx->gcm.ghash==gcm_ghash_avx)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A DMakefile484 LIBGLIB_H = glib.h glibconfig.h glib/ghash.h glib/glist.h glib/gprimes.h glib/gstrfuncs.h glib/gstring.h glib/gtypes.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/m4/
H A DMakefile477 LIBGLIB_H = glib.h glibconfig.h glib/ghash.h glib/glist.h glib/gprimes.h glib/gstrfuncs.h glib/gstring.h glib/gtypes.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A DMakefile467 LIBGLIB_H = glib.h glibconfig.h glib/ghash.h glib/glist.h glib/gprimes.h glib/gstrfuncs.h glib/gstring.h glib/gtypes.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A DMakefile484 LIBGLIB_H = glib.h glibconfig.h glib/ghash.h glib/glist.h glib/gprimes.h glib/gstrfuncs.h glib/gstring.h glib/gtypes.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/
H A DMakefile462 LIBGLIB_H = glib.h glibconfig.h glib/ghash.h glib/glist.h glib/gprimes.h glib/gstrfuncs.h glib/gstring.h glib/gtypes.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/styles/
H A DMakefile472 LIBGLIB_H = glib.h glibconfig.h glib/ghash.h glib/glist.h glib/gprimes.h glib/gstrfuncs.h glib/gstring.h glib/gtypes.h

Completed in 127 milliseconds

12