Home
last modified time | relevance | path

Searched refs:gcm (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/buildroot/package/ibrcommon/
H A D0003-ibrcommon-ssl-gcm-fix-static-build-with-openssl.patch4 Subject: [PATCH] ibrcommon/ssl/gcm: fix static build with openssl
21 ibrcommon/ibrcommon/ssl/gcm/gcm.cpp | 10 +++++-----
22 ibrcommon/ibrcommon/ssl/gcm/gf128mul.cpp | 2 +-
23 ibrcommon/ibrcommon/ssl/gcm/gf128mul.h | 2 +-
26 diff --git a/ibrcommon/ssl/gcm/gcm.cpp b/ibrcommon/ssl/gcm/gcm.cpp
28 --- a/ibrcommon/ssl/gcm/gcm.cpp
29 +++ b/ibrcommon/ssl/gcm/gcm.cpp
66 diff --git a/ibrcommon/ssl/gcm/gf128mul.cpp b/ibrcommon/ssl/gcm/gf128mul.cpp
68 --- a/ibrcommon/ssl/gcm/gf128mul.cpp
69 +++ b/ibrcommon/ssl/gcm/gf128mul.cpp
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A D0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch14 nss/lib/freebl/gcm.c | 2 ++
38 diff --git a/nss/lib/freebl/gcm.c b/nss/lib/freebl/gcm.c
40 --- a/nss/lib/freebl/gcm.c
41 +++ b/nss/lib/freebl/gcm.c
/OK3568_Linux_fs/kernel/tools/crypto/
H A Dgen_fips140_testvecs.py89 gcm = Cryptodome.Cipher.AES.new(aes_key, Cryptodome.Cipher.AES.MODE_GCM,
91 gcm.update(assoc)
92 raw_ciphertext, tag = gcm.encrypt_and_digest(message)
/OK3568_Linux_fs/kernel/drivers/crypto/nx/
H A Dnx-aes-gcm.c67 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()
H A DMakefile7 nx-aes-gcm.o \
H A Dnx.h135 struct nx_gcm_priv gcm; member
/OK3568_Linux_fs/kernel/drivers/crypto/xilinx/
H A DMakefile2 obj-$(CONFIG_CRYPTO_DEV_ZYNQMP_AES) += zynqmp-aes-gcm.o
/OK3568_Linux_fs/external/security/librkcrypto/
H A DREADME.md40 c255a0aa097a crypto: rockchip: rk3326/px30 add aes gcm support
46 47e85085826d crypto: rockchip: rk3326/px30 add aes gcm support
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v2_skcipher.c635 RK_AEAD_ALGO_INIT(SM4, GCM, gcm(sm4), gcm-sm4-rk);
656 RK_AEAD_ALGO_INIT(AES, GCM, gcm(aes), gcm-aes-rk);
H A Drk_crypto_v3_skcipher.c634 RK_AEAD_ALGO_INIT(SM4, GCM, gcm(sm4), gcm-sm4-rk);
655 RK_AEAD_ALGO_INIT(AES, GCM, gcm(aes), gcm-aes-rk);
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dpdb.h143 struct ipsec_encap_gcm gcm; member
209 struct ipsec_decap_gcm gcm; member
/OK3568_Linux_fs/kernel/drivers/crypto/
H A DMakefile29 omap-aes-driver-objs := omap-aes.o omap-aes-gcm.o
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Darchitecture.rst46 - 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)))
H A Duserspace-if.rst204 .salg_name = "gcm(aes)" /* this is the cipher name */
/OK3568_Linux_fs/kernel/crypto/
H A DMakefile97 obj-$(CONFIG_CRYPTO_GCM) += gcm.o
213 crypto-fips-objs := drbg.o ecb.o cbc.o ctr.o cts.o gcm.o xts.o hmac.o cmac.o \
/OK3568_Linux_fs/kernel/drivers/crypto/chelsio/
H A Dchcr_crypto.h225 struct chcr_gcm_ctx gcm[0]; member
H A Dchcr_algo.c115 return gctx->ctx->gcm; in GCM_CTX()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/
H A Dcommon.mk96 core/crypto/aes-gcm.o \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/
H A Dcommon.mk95 core/crypto/aes-gcm.o \
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Dmlx5_ifc_fpga.h552 } __packed gcm; member
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dxfrm_device.rst28 aead 'rfc4106(gcm(aes))' 0x44434241343332312423222114131211f4f3f2f1 128 \
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-crypt.rst45 capi:gcm(aes)-random
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo
H A Dmodules.builtin
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dipsec.c476 memcpy(&hw_sa->ipsec_sa_v1.gcm.salt_iv, &aes_gcm->seq_iv, in mlx5_fpga_ipsec_build_hw_xfrm()
478 memcpy(&hw_sa->ipsec_sa_v1.gcm.salt, &aes_gcm->salt, in mlx5_fpga_ipsec_build_hw_xfrm()

12