Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/crypto/
DMakefile17 obj-$(CONFIG_CRYPTO_GHASH_ARM64_CE) += ghash-ce.o
18 ghash-ce-y := ghash-ce-glue.o ghash-ce-core.o
/linux-4.1.27/arch/arm/crypto/
DMakefile15 ce-obj-$(CONFIG_CRYPTO_GHASH_ARM_CE) += ghash-arm-ce.o
37 ghash-arm-ce-y := ghash-ce-core.o ghash-ce-glue.o
/linux-4.1.27/crypto/
Dgcm.c27 struct crypto_ahash_spawn ghash; member
32 struct crypto_ahash *ghash; member
108 struct crypto_ahash *ghash = ctx->ghash; in crypto_gcm_setkey() local
158 crypto_ahash_clear_flags(ghash, CRYPTO_TFM_REQ_MASK); in crypto_gcm_setkey()
159 crypto_ahash_set_flags(ghash, crypto_aead_get_flags(aead) & in crypto_gcm_setkey()
161 err = crypto_ahash_setkey(ghash, (u8 *)&data->hash, sizeof(be128)); in crypto_gcm_setkey()
162 crypto_aead_set_flags(aead, crypto_ahash_get_flags(ghash) & in crypto_gcm_setkey()
468 ahash_request_set_tfm(ahreq, ctx->ghash); in gcm_hash()
657 struct crypto_ahash *ghash; in crypto_gcm_init_tfm() local
661 ghash = crypto_spawn_ahash(&ictx->ghash); in crypto_gcm_init_tfm()
[all …]
DMakefile98 obj-$(CONFIG_CRYPTO_GHASH) += ghash-generic.o
/linux-4.1.27/arch/x86/crypto/
DMakefile25 obj-$(CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL) += ghash-clmulni-intel.o
83 ghash-clmulni-intel-y := ghash-clmulni-intel_asm.o ghash-clmulni-intel_glue.o
Daesni-intel_avx-x86_64.S353 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext
630 # ghash the 8 previously encrypted ciphertext blocks
1612 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext
1894 # ghash the 8 previously encrypted ciphertext blocks
/linux-4.1.27/drivers/crypto/vmx/
DMakefile2 vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o ghash.o