Searched refs:gcm (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/drivers/crypto/xilinx/
H A DMakefile2 obj-$(CONFIG_CRYPTO_DEV_ZYNQMP_AES) += zynqmp-aes-gcm.o
H A Dzynqmp-aes-gcm.c9 #include <crypto/gcm.h>
362 .cra_name = "gcm(aes)",
363 .cra_driver_name = "xilinx-zynqmp-aes-gcm",
/linux-master/arch/powerpc/crypto/
H A DMakefile16 obj-$(CONFIG_CRYPTO_AES_GCM_P10) += aes-gcm-p10-crypto.o
28 aes-gcm-p10-crypto-y := aes-gcm-p10-glue.o aes-gcm-p10.o ghashp10-ppc.o aesp10-ppc.o
/linux-master/drivers/crypto/nx/
H A DMakefile6 nx-aes-gcm.o \
H A Dnx-aes-gcm.c13 #include <crypto/gcm.h>
67 char *nonce = nx_ctx->priv.gcm.nonce;
400 u8 *itag = nx_ctx->priv.gcm.iauth_tag;
442 char *nonce = nx_ctx->priv.gcm.nonce;
459 char *nonce = nx_ctx->priv.gcm.nonce;
472 .cra_name = "gcm(aes)",
473 .cra_driver_name = "gcm-aes-nx",
490 .cra_name = "rfc4106(gcm(aes))",
491 .cra_driver_name = "rfc4106-gcm-aes-nx",
H A Dnx.h135 struct nx_gcm_priv gcm; member in union:nx_crypto_ctx::__anon79
/linux-master/arch/arm64/crypto/
H A DMakefile35 obj-$(CONFIG_CRYPTO_SM4_ARM64_CE_GCM) += sm4-ce-gcm.o
36 sm4-ce-gcm-y := sm4-ce-gcm-glue.o sm4-ce-gcm-core.o
H A Dghash-ce-glue.c12 #include <crypto/gcm.h>
535 .base.cra_name = "gcm(aes)",
536 .base.cra_driver_name = "gcm-aes-ce",
551 .base.cra_name = "rfc4106(gcm(aes))",
552 .base.cra_driver_name = "rfc4106-gcm-aes-ce",
/linux-master/drivers/crypto/caam/
H A Dcompat.h36 #include <crypto/gcm.h>
H A Dpdb.h143 struct ipsec_encap_gcm gcm; member in union:ipsec_encap_pdb::__anon142
209 struct ipsec_decap_gcm gcm; member in union:ipsec_decap_pdb::__anon143
/linux-master/drivers/crypto/
H A DMakefile29 omap-aes-driver-objs := omap-aes.o omap-aes-gcm.o
H A Domap-aes-gcm.c12 #include <crypto/gcm.h>
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-aes-galois.c19 #include <crypto/gcm.h>
200 .name = "gcm(aes)",
201 .driver_name = "gcm-aes-ccp",
/linux-master/drivers/crypto/bcm/
H A Dcipher.h18 #include <crypto/gcm.h>
/linux-master/drivers/crypto/chelsio/
H A Dchcr_crypto.h226 DECLARE_FLEX_ARRAY(struct chcr_gcm_ctx, gcm);
/linux-master/drivers/net/wan/framer/pef2256/
H A Dpef2256.c162 const u8 *gcm; local
193 gcm = pef2256_gcm_configs[item].gcm_12;
196 gcm = pef2256_gcm_configs[item].gcm_2x;
201 pef2256_write8(pef2256, PEF2256_GCM(i + 1), *(gcm + i));
/linux-master/security/keys/trusted-keys/
H A Dtrusted_dcp.c9 #include <crypto/gcm.h>
137 aead = crypto_alloc_aead("gcm(aes)", 0, CRYPTO_ALG_ASYNC);
/linux-master/lib/crypto/
H A Daesgcm.c11 #include <crypto/gcm.h>
/linux-master/crypto/
H A DMakefile106 obj-$(CONFIG_CRYPTO_GCM) += gcm.o
H A Dgcm.c14 #include <crypto/gcm.h>
620 "gcm(%s", ctr->base.cra_name + 4) >= CRYPTO_MAX_ALG_NAME)
1116 .name = "gcm",
1164 MODULE_ALIAS_CRYPTO("gcm");
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c12 #include <crypto/gcm.h>
521 .cra_name = "gcm(aes)",
540 .cra_name = "rfc4106(gcm(aes))",
/linux-master/drivers/crypto/qce/
H A Daead.c8 #include <crypto/gcm.h>
/linux-master/arch/arm/crypto/
H A Dghash-ce-glue.c14 #include <crypto/gcm.h>
32 MODULE_ALIAS_CRYPTO("gcm(aes)");
33 MODULE_ALIAS_CRYPTO("rfc4106(gcm(aes))");
728 .base.cra_name = "gcm(aes)",
729 .base.cra_driver_name = "gcm-aes-ce",
743 .base.cra_name = "rfc4106(gcm(aes))",
744 .base.cra_driver_name = "rfc4106-gcm-aes-ce",
/linux-master/drivers/crypto/intel/keembay/
H A Docs-aes.c18 #include <crypto/gcm.h>
/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c22 #include <crypto/gcm.h>

Completed in 216 milliseconds

12