| /src/crypto/openssl/doc/man1/ |
| H A D | openssl-ciphers.pod.in | 298 AES in Galois Counter Mode (GCM): these cipher suites are only supported 405 (ECDHE-ECDSA-AES128-GCM-SHA256 and ECDHE-ECDSA-AES256-GCM-SHA384) are 569 TLS_RSA_WITH_AES_128_GCM_SHA256 AES128-GCM-SHA256 570 TLS_RSA_WITH_AES_256_GCM_SHA384 AES256-GCM-SHA384 574 TLS_DH_RSA_WITH_AES_128_GCM_SHA256 DH-RSA-AES128-GCM-SHA256 575 TLS_DH_RSA_WITH_AES_256_GCM_SHA384 DH-RSA-AES256-GCM-SHA384 579 TLS_DH_DSS_WITH_AES_128_GCM_SHA256 DH-DSS-AES128-GCM-SHA256 580 TLS_DH_DSS_WITH_AES_256_GCM_SHA384 DH-DSS-AES256-GCM-SHA384 584 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 DHE-RSA-AES128-GCM-SHA256 585 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 DHE-RSA-AES256-GCM-SHA384 [all …]
|
| H A D | openssl-mac.pod.in | 52 For GMAC it should be a GCM mode cipher e.g. AES-128-GCM. 148 To create a hex-encoded GMAC-AES-128-GCM with a IV from a file: 150 openssl mac -cipher AES-128-GCM -macopt hexiv:E0E00F19FED7BA0136A797F3 \
|
| /src/crypto/openssl/doc/man7/ |
| H A D | EVP_CIPHER-AES.pod | 36 =item "AES-128-GCM", "AES-192-GCM" and "AES-256-GCM" 57 =item "AES-128-GCM-SIV", "AES-192-GCM-SIV" and "AES-256-GCM-SIV" 85 The GCM-SIV mode ciphers were added in OpenSSL version 3.2.
|
| H A D | EVP_CIPHER-ARIA.pod | 33 =item "ARIA-128-GCM", "ARIA-192-GCM" and "ARIA-256-GCM"
|
| /src/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_gcm.c | 64 IMPLEMENT_aead_cipher(aes, gcm, GCM, AEAD_FLAGS, 128, 8, 96); 66 IMPLEMENT_aead_cipher(aes, gcm, GCM, AEAD_FLAGS, 192, 8, 96); 68 IMPLEMENT_aead_cipher(aes, gcm, GCM, AEAD_FLAGS, 256, 8, 96);
|
| H A D | cipher_aria_gcm.c | 54 IMPLEMENT_aead_cipher(aria, gcm, GCM, AEAD_FLAGS, 128, 8, 96); 56 IMPLEMENT_aead_cipher(aria, gcm, GCM, AEAD_FLAGS, 192, 8, 96); 58 IMPLEMENT_aead_cipher(aria, gcm, GCM, AEAD_FLAGS, 256, 8, 96);
|
| H A D | cipher_aes_gcm_hw_rv64i.inc | 11 * RISC-V 64 support for AES GCM. 16 * RISC-V 64 ZKND and ZKNE support for AES GCM. 38 * RISC-V RV64 ZVKNED support for AES GCM. 71 * RISC-V RV64 ZVKB, ZVKG and ZVKNED support for AES GCM.
|
| H A D | cipher_sm4_gcm.c | 55 IMPLEMENT_aead_cipher(sm4, gcm, GCM, AEAD_FLAGS, 128, 8, 96);
|
| H A D | cipher_sm4_gcm_hw_rv64i.inc | 11 * RISC-V 64 ZVKSED support for SM4 GCM.
|
| H A D | cipher_sm4_xts_hw_rv64i.inc | 11 * RISC-V 64 ZVKSED support for SM4 GCM.
|
| H A D | cipher_aes_gcm_hw_aesni.inc | 11 * AES-NI support for AES GCM.
|
| H A D | cipher_aes_gcm_hw_t4.inc | 11 * Fujitsu SPARC64 X support for AES GCM.
|
| /src/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpciph_aria.txt | 149 Title = ARIA GCM test vectors from RFC8269 151 Cipher = ARIA-128-GCM 159 Cipher = ARIA-256-GCM 167 Title = ARIA GCM self-generated test vectors 169 Cipher = ARIA-128-GCM 178 Cipher = ARIA-128-GCM 187 Cipher = ARIA-128-GCM
|
| H A D | evpmac_common.txt | 330 Algorithm = AES-128-GCM 339 Algorithm = AES-128-GCM 346 Algorithm = AES-256-GCM 353 Algorithm = AES-128-GCM 360 Algorithm = AES-256-GCM 367 Algorithm = AES-128-GCM 374 Algorithm = AES-256-GCM 381 Algorithm = AES-128-GCM 388 Algorithm = AES-256-GCM
|
| H A D | evpciph_sm4.txt | 52 Title = SM4 GCM test vectors from RFC8998 54 Cipher = SM4-GCM
|
| /src/crypto/openssl/test/ssl-tests/ |
| H A D | 17-renegotiate.cnf.in | 138 "CipherString" => "AES128-GCM-SHA256", 160 "RenegotiateCiphers" => "AES128-GCM-SHA256" 195 "CipherString" => "AES128-GCM-SHA256", 198 "RenegotiateCiphers" => "AES256-GCM-SHA384"
|
| H A D | 18-dtls-renegotiate.cnf.in | 145 "CipherString" => "AES128-GCM-SHA256", 167 "RenegotiateCiphers" => "AES128-GCM-SHA256" 205 "CipherString" => "AES128-GCM-SHA256", 207 "RenegotiateCiphers" => "AES256-GCM-SHA384"
|
| H A D | 18-dtls-renegotiate.cnf | 179 CipherString = AES128-GCM-SHA256 226 RenegotiateCiphers = AES128-GCM-SHA256 278 CipherString = AES128-GCM-SHA256 292 RenegotiateCiphers = AES256-GCM-SHA384
|
| /src/crypto/openssl/include/openssl/ |
| H A D | core_names.h.in | 31 #define OSSL_CIPHER_NAME_AES_128_GCM_SIV "AES-128-GCM-SIV" 32 #define OSSL_CIPHER_NAME_AES_192_GCM_SIV "AES-192-GCM-SIV" 33 #define OSSL_CIPHER_NAME_AES_256_GCM_SIV "AES-256-GCM-SIV"
|
| /src/sys/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
|
| /src/sys/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
|
| H A D | THIRDPARTYLICENSE.boringssl.descrip | 1 PORTIONS OF AES GCM and GHASH FUNCTIONALITY
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_s390xcap.pod | 152 # 18 1<<45 KMA-GCM-AES-128 153 # 19 1<<44 KMA-GCM-AES-192 154 # 20 1<<43 KMA-GCM-AES-256
|
| /src/sys/contrib/openzfs/contrib/icp/gcm-simd/boringssl/ |
| H A D | README | 1 This directory contains the original BoringSSL [1] GCM x86-64 assembly
|