Home
last modified time | relevance | path

Searched refs:GCM (Results 1 – 25 of 45) sorted by relevance

12

/f-stack/dpdk/doc/guides/cryptodevs/features/
H A Daesni_gcm.ini34 AES GCM (128) = Y
35 AES GCM (192) = Y
36 AES GCM (256) = Y
H A Dnitrox.ini37 AES GCM (128) = Y
38 AES GCM (192) = Y
39 AES GCM (256) = Y
H A Dcaam_jr.ini44 AES GCM (128) = Y
45 AES GCM (192) = Y
46 AES GCM (256) = Y
H A Dccp.ini58 AES GCM (128) = Y
59 AES GCM (192) = Y
60 AES GCM (256) = Y
H A Ddpaa_sec.ini48 AES GCM (128) = Y
49 AES GCM (192) = Y
50 AES GCM (256) = Y
H A Dbcmfs.ini50 AES GCM (128) = Y
51 AES GCM (192) = Y
52 AES GCM (256) = Y
H A Dmvsam.ini52 AES GCM (128) = Y
53 AES GCM (192) = Y
54 AES GCM (256) = Y
H A Ddpaa2_sec.ini55 AES GCM (128) = Y
56 AES GCM (192) = Y
57 AES GCM (256) = Y
H A Dopenssl.ini52 AES GCM (128) = Y
53 AES GCM (192) = Y
54 AES GCM (256) = Y
H A Docteontx.ini64 AES GCM (128) = Y
65 AES GCM (192) = Y
66 AES GCM (256) = Y
H A Docteontx2.ini65 AES GCM (128) = Y
66 AES GCM (192) = Y
67 AES GCM (256) = Y
H A Daesni_mb.ini69 AES GCM (128) = Y
70 AES GCM (192) = Y
71 AES GCM (256) = Y
H A Dqat.ini70 AES GCM (128) = Y
71 AES GCM (192) = Y
72 AES GCM (256) = Y
H A Ddefault.ini100 AES GCM (128) =
101 AES GCM (192) =
102 AES GCM (256) =
/f-stack/dpdk/doc/guides/cryptodevs/
H A Daesni_gcm.rst4 AES-NI GCM Crypto Poll Mode Driver
8 The AES-NI GCM PMD (**librte_crypto_aesni_gcm**) provides poll mode crypto driver
12 The AES-NI GCM PMD supports synchronous mode of operation with
13 ``rte_cryptodev_sym_cpu_crypto_process`` function call for both AES-GCM and
20 AESNI GCM PMD has support for:
H A Dopenssl.rst98 * Hash only is not supported for GCM and GMAC.
99 * Cipher only is not supported for GCM and GMAC.
/f-stack/freebsd/contrib/device-tree/Bindings/crypto/
H A Dxlnx,zynqmp-aes.yaml7 title: Xilinx ZynqMP AES-GCM Hardware Accelerator Device Tree Bindings
14 The ZynqMP AES-GCM hardened cryptographic accelerator is used to
/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.cryptogams.descrip1 PORTIONS OF GCM and GHASH FUNCTIONALITY
H A DTHIRDPARTYLICENSE.openssl.descrip1 PORTIONS OF GCM and GHASH FUNCTIONALITY
/f-stack/freebsd/contrib/openzfs/
H A DCOPYRIGHT23 * GCM Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams
24 * GCM Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
/f-stack/dpdk/examples/ip_pipeline/examples/
H A Dflow_crypto.cli52 #AES-GCM encrypt
54 #AES-GCM decrypt
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd.c133 (hash_alg == AES_GMAC && cipher_mode == GCM)); in is_aead_algo()
710 sess->cipher.mode = GCM; in aesni_mb_set_session_aead_parameters()
1160 if (session->cipher.mode == GCM) { in set_cpu_mb_job_params()
1161 job->u.GCM.aad = aad->va; in set_cpu_mb_job_params()
1165 job->u.GCM.aad = buf; in set_cpu_mb_job_params()
1166 job->u.GCM.aad_len_in_bytes = len; in set_cpu_mb_job_params()
1167 job->cipher_mode = GCM; in set_cpu_mb_job_params()
1302 if (session->cipher.mode == GCM) { in set_mb_job_params()
1303 job->u.GCM.aad = op->sym->aead.aad.data; in set_mb_job_params()
1310 job->cipher_mode = GCM; in set_mb_job_params()
[all …]
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dfips_validation.rst29 i.e ``AES,TDES,GCM`` you need to manually add it into the header comment for
44 * AES-GCM (128,192,256) - EncryptExtIV, Decrypt
128 To run the application in linux environment to test all AES-GCM FIPS test
/f-stack/freebsd/crypto/ccp/
H A Dccp.c476 s->mode = GCM; in ccp_newsession()
489 if (s->mode == GCM) { in ccp_newsession()
588 case GCM: in ccp_process()
H A Dccp.h91 enum { HMAC, BLKCIPHER, AUTHENC, GCM } mode; enumerator

12