| /f-stack/dpdk/doc/guides/cryptodevs/features/ |
| H A D | aesni_gcm.ini | 34 AES GCM (128) = Y 35 AES GCM (192) = Y 36 AES GCM (256) = Y
|
| H A D | nitrox.ini | 37 AES GCM (128) = Y 38 AES GCM (192) = Y 39 AES GCM (256) = Y
|
| H A D | caam_jr.ini | 44 AES GCM (128) = Y 45 AES GCM (192) = Y 46 AES GCM (256) = Y
|
| H A D | ccp.ini | 58 AES GCM (128) = Y 59 AES GCM (192) = Y 60 AES GCM (256) = Y
|
| H A D | dpaa_sec.ini | 48 AES GCM (128) = Y 49 AES GCM (192) = Y 50 AES GCM (256) = Y
|
| H A D | bcmfs.ini | 50 AES GCM (128) = Y 51 AES GCM (192) = Y 52 AES GCM (256) = Y
|
| H A D | mvsam.ini | 52 AES GCM (128) = Y 53 AES GCM (192) = Y 54 AES GCM (256) = Y
|
| H A D | dpaa2_sec.ini | 55 AES GCM (128) = Y 56 AES GCM (192) = Y 57 AES GCM (256) = Y
|
| H A D | openssl.ini | 52 AES GCM (128) = Y 53 AES GCM (192) = Y 54 AES GCM (256) = Y
|
| H A D | octeontx.ini | 64 AES GCM (128) = Y 65 AES GCM (192) = Y 66 AES GCM (256) = Y
|
| H A D | octeontx2.ini | 65 AES GCM (128) = Y 66 AES GCM (192) = Y 67 AES GCM (256) = Y
|
| H A D | aesni_mb.ini | 69 AES GCM (128) = Y 70 AES GCM (192) = Y 71 AES GCM (256) = Y
|
| H A D | qat.ini | 70 AES GCM (128) = Y 71 AES GCM (192) = Y 72 AES GCM (256) = Y
|
| H A D | default.ini | 100 AES GCM (128) = 101 AES GCM (192) = 102 AES GCM (256) =
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | aesni_gcm.rst | 4 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 D | openssl.rst | 98 * 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 D | xlnx,zynqmp-aes.yaml | 7 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 D | THIRDPARTYLICENSE.cryptogams.descrip | 1 PORTIONS OF GCM and GHASH FUNCTIONALITY
|
| H A D | THIRDPARTYLICENSE.openssl.descrip | 1 PORTIONS OF GCM and GHASH FUNCTIONALITY
|
| /f-stack/freebsd/contrib/openzfs/ |
| H A D | COPYRIGHT | 23 * 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 D | flow_crypto.cli | 52 #AES-GCM encrypt 54 #AES-GCM decrypt
|
| /f-stack/dpdk/drivers/crypto/aesni_mb/ |
| H A D | rte_aesni_mb_pmd.c | 133 (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 D | fips_validation.rst | 29 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 D | ccp.c | 476 s->mode = GCM; in ccp_newsession() 489 if (s->mode == GCM) { in ccp_newsession() 588 case GCM: in ccp_process()
|
| H A D | ccp.h | 91 enum { HMAC, BLKCIPHER, AUTHENC, GCM } mode; enumerator
|