Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/test/
H A Dtun_aesgcm_common_defs.sh31 sa in 7 aead_algo aes-128-gcm \
35 sa in 9 aead_algo aes-128-gcm \
40 sa out 7 aead_algo aes-128-gcm \
44 sa out 9 aead_algo aes-128-gcm \
87 sa in 8 aead_algo aes-128-gcm \
91 sa in 6 aead_algo aes-128-gcm \
96 sa out 8 aead_algo aes-128-gcm \
100 sa out 6 aead_algo aes-128-gcm \
H A Dtrs_aesgcm_common_defs.sh31 sa in 7 aead_algo aes-128-gcm \
35 sa in 9 aead_algo aes-128-gcm \
40 sa out 7 aead_algo aes-128-gcm \
44 sa out 9 aead_algo aes-128-gcm \
/f-stack/dpdk/lib/librte_ipsec/
H A Dcrypto.h63 aead_gcm_iv_fill(struct aead_gcm_iv *gcm, uint64_t iv, uint32_t salt) in aead_gcm_iv_fill() argument
65 gcm->salt = salt; in aead_gcm_iv_fill()
66 gcm->iv = iv; in aead_gcm_iv_fill()
67 gcm->cnt = rte_cpu_to_be_32(1); in aead_gcm_iv_fill()
H A Desp_inb.c65 struct aead_gcm_iv *gcm; in inb_cop_prepare() local
82 gcm = rte_crypto_op_ctod_offset(cop, struct aead_gcm_iv *, in inb_cop_prepare()
84 aead_gcm_iv_fill(gcm, ivp[0], sa->salt); in inb_cop_prepare()
112 struct aead_gcm_iv *gcm; in inb_cpu_crypto_prepare() local
123 gcm = (struct aead_gcm_iv *)iv; in inb_cpu_crypto_prepare()
124 aead_gcm_iv_fill(gcm, ivp[0], sa->salt); in inb_cpu_crypto_prepare()
H A Desp_outb.c65 struct aead_gcm_iv *gcm; in outb_cop_prepare() local
88 gcm = rte_crypto_op_ctod_offset(cop, struct aead_gcm_iv *, in outb_cop_prepare()
90 aead_gcm_iv_fill(gcm, ivp[0], sa->salt); in outb_cop_prepare()
420 struct aead_gcm_iv *gcm; in outb_cpu_crypto_prepare() local
426 gcm = iv; in outb_cpu_crypto_prepare()
427 aead_gcm_iv_fill(gcm, ivp[0], sa->salt); in outb_cpu_crypto_prepare()
/f-stack/freebsd/contrib/openzfs/module/icp/
H A DMakefile.in40 $(MODULE)-objs += algs/modes/gcm.o
57 $(MODULE)-$(CONFIG_X86_64) += asm-x86_64/modes/aesni-gcm-x86_64.o
71 OBJECT_FILES_NON_STANDARD_aesni-gcm-x86_64.o := y
/f-stack/freebsd/contrib/openzfs/lib/libicp/
H A DMakefile.am18 asm-x86_64/modes/aesni-gcm-x86_64.S \
45 algs/modes/gcm.c \
/f-stack/dpdk/examples/ip_pipeline/examples/
H A Dflow_crypto.cli53 …dr 100.0.0.10 action fwd port 0 sym_crypto encrypt type aead aead_algo aes-gcm aead_key 0001020304…
55 …dr 100.0.0.10 action fwd port 0 sym_crypto decrypt type aead aead_algo aes-gcm aead_key 0001020304…
/f-stack/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dipsec.h349 struct ipsec_encap_gcm gcm; member
394 rta_copy_data(program, pdb->gcm.salt, sizeof(pdb->gcm.salt)); in __rta_copy_ipsec_encap_pdb()
395 __rta_out32(program, pdb->gcm.rsvd); in __rta_copy_ipsec_encap_pdb()
396 __rta_out64(program, true, pdb->gcm.iv); in __rta_copy_ipsec_encap_pdb()
466 struct ipsec_decap_gcm gcm; member
510 rta_copy_data(program, pdb->gcm.salt, sizeof(pdb->gcm.salt)); in __rta_copy_ipsec_decap_pdb()
511 __rta_out32(program, pdb->gcm.rsvd); in __rta_copy_ipsec_decap_pdb()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/pam/
H A Dsetup.ksh37 echo "testpass" | zfs create -o encryption=aes-256-gcm -o keyformat=passphrase -o keylocation=promp…
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_ipsec_po_ops.h111 memcpy(&hdr->iv[0], &sa->iv.gcm.nonce, 4); in process_outb_sa()
H A Dotx2_cryptodev_sec.c241 memcpy(sa->iv.gcm.nonce, &ipsec->salt, 4); in crypto_sec_ipsec_outb_session_create()
379 memcpy(sa->iv.gcm.nonce, &ipsec->salt, 4); in crypto_sec_ipsec_inb_session_create()
H A Dotx2_ipsec_po.h104 } gcm; member
/f-stack/dpdk/doc/guides/tools/
H A Dcryptoperf.rst274 aes-gcm
413 for cipher encryption aes-gcm and auth generation aes-gcm,ten operations
418 --devtype crypto_openssl --aead-algo aes-gcm --aead-key-sz 16
/f-stack/dpdk/doc/guides/cryptodevs/
H A Daesni_gcm.rst117 -- -p 1 --cdev SW --chain AEAD --aead_algo "aes-gcm"
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dipsec_secgw.rst570 * Authentication key, NOT available when 'null' or 'aes-128-gcm' algorithm
591 * *aes-128-gcm*: AES-GCM 128-bit algorithm
592 * *aes-192-gcm*: AES-GCM 192-bit algorithm
593 * *aes-256-gcm*: AES-GCM 256-bit algorithm
727 sa in 105 aead_algo aes-128-gcm \
736 sa in 35 aead_algo aes-128-gcm \
H A Dl2_forward_crypto.rst118 * aead_algo: select the AEAD algorithm (default is aes-gcm)
/f-stack/freebsd/kern/
H A Duipc_ktls.c199 SYSCTL_COUNTER_U64(_kern_ipc_tls_sw, OID_AUTO, gcm, CTLFLAG_RD, &ktls_sw_gcm,
208 SYSCTL_COUNTER_U64(_kern_ipc_tls_ifnet, OID_AUTO, gcm, CTLFLAG_RD,
238 SYSCTL_COUNTER_U64(_kern_ipc_tls_toe, OID_AUTO, gcm, CTLFLAG_RD,
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c2534 memcpy(session->encap_pdb.gcm.salt, in dpaa_sec_ipsec_aead_init()
2537 memcpy(session->decap_pdb.gcm.salt, in dpaa_sec_ipsec_aead_init()
/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c2905 memcpy(encap_pdb.gcm.salt, in dpaa2_sec_set_ipsec_session()
2980 memcpy(decap_pdb.gcm.salt, in dpaa2_sec_set_ipsec_session()