Home
last modified time | relevance | path

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

/linux/crypto/
A Dgcm.c24 struct crypto_ahash_spawn ghash; member
29 struct crypto_ahash *ghash; member
96 struct crypto_ahash *ghash = ctx->ghash; in crypto_gcm_setkey() local
527 struct crypto_ahash *ghash; in crypto_gcm_init_tfm() local
531 ghash = crypto_spawn_ahash(&ictx->ghash); in crypto_gcm_init_tfm()
532 if (IS_ERR(ghash)) in crypto_gcm_init_tfm()
533 return PTR_ERR(ghash); in crypto_gcm_init_tfm()
541 ctx->ghash = ghash; in crypto_gcm_init_tfm()
555 crypto_free_ahash(ghash); in crypto_gcm_init_tfm()
601 ghash = crypto_spawn_ahash_alg(&ctx->ghash); in crypto_gcm_create_common()
[all …]
A DMakefile170 obj-$(CONFIG_CRYPTO_GHASH) += ghash-generic.o
/linux/arch/arm64/crypto/
A D.ghash-ce-core.o.cmd1ghash-ce-core.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch6…
3 source_arch/arm64/crypto/ghash-ce-core.o := arch/arm64/crypto/ghash-ce-core.S
5 deps_arch/arm64/crypto/ghash-ce-core.o := \
141 arch/arm64/crypto/ghash-ce-core.o: $(deps_arch/arm64/crypto/ghash-ce-core.o)
143 $(deps_arch/arm64/crypto/ghash-ce-core.o):
A DMakefile26 obj-$(CONFIG_CRYPTO_GHASH_ARM64_CE) += ghash-ce.o
27 ghash-ce-y := ghash-ce-glue.o ghash-ce-core.o
A Dbuilt-in.a7 ghash-ce-glue.o/
8 ghash-ce-core.o/
A D.built-in.a.cmd1 …lue.o arch/arm64/crypto/sha2-ce-core.o arch/arm64/crypto/ghash-ce-glue.o arch/arm64/crypto/ghash-c…
A D.ghash-ce-glue.o.cmd1ghash-ce-glue.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch6…
3 source_arch/arm64/crypto/ghash-ce-glue.o := arch/arm64/crypto/ghash-ce-glue.c
5 deps_arch/arm64/crypto/ghash-ce-glue.o := \
1117 arch/arm64/crypto/ghash-ce-glue.o: $(deps_arch/arm64/crypto/ghash-ce-glue.o)
1119 $(deps_arch/arm64/crypto/ghash-ce-glue.o):
/linux/arch/arm/crypto/
A DMakefile22 obj-$(CONFIG_CRYPTO_GHASH_ARM_CE) += ghash-arm-ce.o
39 ghash-arm-ce-y := ghash-ce-core.o ghash-ce-glue.o
/linux/arch/x86/crypto/
A DMakefile67 obj-$(CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL) += ghash-clmulni-intel.o
68 ghash-clmulni-intel-y := ghash-clmulni-intel_asm.o ghash-clmulni-intel_glue.o
A Daesni-intel_avx-x86_64.S987 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext
1223 # ghash the 8 previously encrypted ciphertext blocks
1935 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext
2178 # ghash the 8 previously encrypted ciphertext blocks
/linux/drivers/crypto/vmx/
A DMakefile3 vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o aes_xts.o ghash.o
/linux/arch/arm64/
A Dbuilt-in.a153 crypto/ghash-ce-glue.o/
154 crypto/ghash-ce-core.o/
/linux/drivers/crypto/
A Datmel-aes.c134 __be32 ghash[AES_BLOCK_SIZE / sizeof(u32)]; member
1671 atmel_aes_read_block(dd, AES_GHASHR(0), ctx->ghash); in atmel_aes_gcm_tag_init()
1677 ctx->ghash, ctx->ghash, atmel_aes_gcm_tag); in atmel_aes_gcm_tag_init()
1695 atmel_aes_write_block(dd, AES_IDATAR(0), ctx->ghash); in atmel_aes_gcm_tag()
/linux/Documentation/crypto/
A Darchitecture.rst258 generic C implementations (gcm.c, aes-generic.c, ctr.c, ghash-generic.c,
305 | (ctr) | ---+ | (ghash) |
/linux/
A Dmodules.builtin4 kernel/arch/arm64/crypto/ghash-ce.ko
A Dmodules.builtin.modinfo1 …xtensions�ghash_ce.alias=crypto-ghash�ghash_ce.alias=ghash�ghash_ce.license=GPL v2�ghash_ce.file=a…
A DMAINTAINERS9142 F: drivers/crypto/vmx/ghash*

Completed in 85 milliseconds