Searched refs:gcm (Results 1 – 18 of 18) sorted by relevance
| /linux/arch/powerpc/crypto/ |
| A D | Makefile | 16 obj-$(CONFIG_CRYPTO_AES_GCM_P10) += aes-gcm-p10-crypto.o 29 aes-gcm-p10-crypto-y := aes-gcm-p10-glue.o aes-gcm-p10.o ghashp10-ppc.o aesp10-ppc.o
|
| /linux/arch/arm64/crypto/ |
| A D | Makefile | 35 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
|
| /linux/drivers/crypto/xilinx/ |
| A D | Makefile | 2 obj-$(CONFIG_CRYPTO_DEV_ZYNQMP_AES) += zynqmp-aes-gcm.o
|
| /linux/drivers/crypto/nx/ |
| A D | nx-aes-gcm.c | 67 char *nonce = nx_ctx->priv.gcm.nonce; in gcm4106_aes_nx_set_key() 400 u8 *itag = nx_ctx->priv.gcm.iauth_tag; in gcm_aes_nx_crypt() 442 char *nonce = nx_ctx->priv.gcm.nonce; in gcm4106_aes_nx_encrypt() 459 char *nonce = nx_ctx->priv.gcm.nonce; in gcm4106_aes_nx_decrypt()
|
| A D | Makefile | 6 nx-aes-gcm.o \
|
| A D | nx.h | 135 struct nx_gcm_priv gcm; member
|
| /linux/drivers/crypto/intel/keembay/ |
| A D | Kconfig | 13 cbc(aes), ctr(aes), ccm(aes), gcm(aes), cbc(sm4), ctr(sm4), ccm(sm4) 14 and gcm(sm4).
|
| /linux/drivers/net/wan/framer/pef2256/ |
| A D | pef2256.c | 162 const u8 *gcm; in pef2256_setup_gcm() local 193 gcm = pef2256_gcm_configs[item].gcm_12; in pef2256_setup_gcm() 196 gcm = pef2256_gcm_configs[item].gcm_2x; in pef2256_setup_gcm() 201 pef2256_write8(pef2256, PEF2256_GCM(i + 1), *(gcm + i)); in pef2256_setup_gcm()
|
| /linux/drivers/crypto/caam/ |
| A D | pdb.h | 143 struct ipsec_encap_gcm gcm; member 209 struct ipsec_decap_gcm gcm; member
|
| /linux/arch/x86/crypto/ |
| A D | Makefile | 52 aes-gcm-aesni-x86_64.o \ 55 aesni-intel-$(CONFIG_64BIT) += aes-gcm-avx10-x86_64.o
|
| /linux/drivers/crypto/ |
| A D | Makefile | 29 omap-aes-driver-objs := omap-aes.o omap-aes-gcm.o
|
| /linux/Documentation/crypto/ |
| A D | architecture.rst | 46 - rfc4106(gcm(aes)) 258 generic C implementations (gcm.c, aes-generic.c, ctr.c, ghash-generic.c, 298 | (gcm) | ------------+ 318 configuration, the administrator set up the use of seqiv(rfc4106(gcm(aes)))
|
| A D | userspace-if.rst | 204 .salg_name = "gcm(aes)" /* this is the cipher name */
|
| /linux/drivers/crypto/chelsio/ |
| A D | chcr_crypto.h | 226 DECLARE_FLEX_ARRAY(struct chcr_gcm_ctx, gcm);
|
| A D | chcr_algo.c | 116 return gctx->ctx->gcm; in GCM_CTX()
|
| /linux/Documentation/networking/ |
| A D | xfrm_device.rst | 41 aead 'rfc4106(gcm(aes))' 0x44434241343332312423222114131211f4f3f2f1 128 \ 49 aead 'rfc4106(gcm(aes))' 0x44434241343332312423222114131211f4f3f2f1 128 \
|
| /linux/crypto/ |
| A D | Makefile | 98 obj-$(CONFIG_CRYPTO_GCM) += gcm.o
|
| /linux/Documentation/admin-guide/device-mapper/ |
| A D | dm-crypt.rst | 45 capi:gcm(aes)-random
|
Completed in 39 milliseconds