| /OK3568_Linux_fs/buildroot/package/ibrcommon/ |
| H A D | 0003-ibrcommon-ssl-gcm-fix-static-build-with-openssl.patch | 4 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 D | 0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch | 14 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 D | gen_fips140_testvecs.py | 89 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 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()
|
| H A D | Makefile | 7 nx-aes-gcm.o \
|
| H A D | nx.h | 135 struct nx_gcm_priv gcm; member
|
| /OK3568_Linux_fs/kernel/drivers/crypto/xilinx/ |
| H A D | Makefile | 2 obj-$(CONFIG_CRYPTO_DEV_ZYNQMP_AES) += zynqmp-aes-gcm.o
|
| /OK3568_Linux_fs/external/security/librkcrypto/ |
| H A D | README.md | 40 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 D | rk_crypto_v2_skcipher.c | 635 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 D | rk_crypto_v3_skcipher.c | 634 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 D | pdb.h | 143 struct ipsec_encap_gcm gcm; member 209 struct ipsec_decap_gcm gcm; member
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | Makefile | 29 omap-aes-driver-objs := omap-aes.o omap-aes-gcm.o
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H 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)))
|
| H A D | userspace-if.rst | 204 .salg_name = "gcm(aes)" /* this is the cipher name */
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | Makefile | 97 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 D | chcr_crypto.h | 225 struct chcr_gcm_ctx gcm[0]; member
|
| H A D | chcr_algo.c | 115 return gctx->ctx->gcm; in GCM_CTX()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/ |
| H A D | common.mk | 96 core/crypto/aes-gcm.o \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/ |
| H A D | common.mk | 95 core/crypto/aes-gcm.o \
|
| /OK3568_Linux_fs/kernel/include/linux/mlx5/ |
| H A D | mlx5_ifc_fpga.h | 552 } __packed gcm; member
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | xfrm_device.rst | 28 aead 'rfc4106(gcm(aes))' 0x44434241343332312423222114131211f4f3f2f1 128 \
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | dm-crypt.rst | 45 capi:gcm(aes)-random
|
| /OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/ |
| H A D | modules.builtin.modinfo | |
| H A D | modules.builtin | |
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
| H A D | ipsec.c | 476 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()
|