Searched refs:ghash (Results 1 – 8 of 8) sorted by relevance
17 obj-$(CONFIG_CRYPTO_GHASH_ARM64_CE) += ghash-ce.o18 ghash-ce-y := ghash-ce-glue.o ghash-ce-core.o
28 struct crypto_ahash_spawn ghash; member33 struct crypto_ahash *ghash; member116 struct crypto_ahash *ghash = ctx->ghash; in crypto_gcm_setkey() local164 crypto_ahash_clear_flags(ghash, CRYPTO_TFM_REQ_MASK); in crypto_gcm_setkey()165 crypto_ahash_set_flags(ghash, crypto_aead_get_flags(aead) & in crypto_gcm_setkey()167 err = crypto_ahash_setkey(ghash, (u8 *)&data->hash, sizeof(be128)); in crypto_gcm_setkey()168 crypto_aead_set_flags(aead, crypto_ahash_get_flags(ghash) & in crypto_gcm_setkey()447 ahash_request_set_tfm(ahreq, ctx->ghash); in gcm_hash()570 struct crypto_ahash *ghash; in crypto_gcm_init_tfm() local574 ghash = crypto_spawn_ahash(&ictx->ghash); in crypto_gcm_init_tfm()[all …]
118 obj-$(CONFIG_CRYPTO_GHASH) += ghash-generic.o
15 ce-obj-$(CONFIG_CRYPTO_GHASH_ARM_CE) += ghash-arm-ce.o38 ghash-arm-ce-y := ghash-ce-core.o ghash-ce-glue.o
28 obj-$(CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL) += ghash-clmulni-intel.o89 ghash-clmulni-intel-y := ghash-clmulni-intel_asm.o ghash-clmulni-intel_glue.o
353 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext630 # ghash the 8 previously encrypted ciphertext blocks1612 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext1894 # ghash the 8 previously encrypted ciphertext blocks
2 vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o ghash.o
5249 F: drivers/crypto/vmx/ghash*