| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-ciphers.pod.in | 290 AES in Galois Counter Mode (GCM): these cipher suites are only supported 430 (ECDHE-ECDSA-AES128-GCM-SHA256 and ECDHE-ECDSA-AES256-GCM-SHA384) are 456 TLS_DH_anon_WITH_AES_128_GCM_SHA256 ADH-AES128-GCM-SHA256 459 TLS_DH_anon_WITH_AES_256_GCM_SHA384 ADH-AES256-GCM-SHA384 462 TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 DHE-DSS-AES128-GCM-SHA256 465 TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 DHE-DSS-AES256-GCM-SHA384 470 TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 DHE-PSK-AES128-GCM-SHA256 475 TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 DHE-PSK-AES256-GCM-SHA384 480 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 DHE-RSA-AES128-GCM-SHA256 485 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 \
|
| /freebsd/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"
|
| /freebsd/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_xts_hw_rv64i.inc | 11 * RISC-V 64 ZVKSED support for SM4 GCM.
|
| H A D | cipher_sm4_gcm_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.
|
| /freebsd/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
|
| /freebsd/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
|
| /freebsd/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"
|
| /freebsd/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
|
| /freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/modes/ |
| H A D | THIRDPARTYLICENSE.openssl.descrip | 1 PORTIONS OF GCM and GHASH FUNCTIONALITY
|
| H A D | THIRDPARTYLICENSE.cryptogams.descrip | 1 PORTIONS OF GCM and GHASH FUNCTIONALITY
|
| H A D | THIRDPARTYLICENSE.boringssl.descrip | 1 PORTIONS OF AES GCM and GHASH FUNCTIONALITY
|
| /freebsd/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
|
| /freebsd/sys/contrib/openzfs/contrib/icp/gcm-simd/boringssl/ |
| H A D | README | 1 This directory contains the original BoringSSL [1] GCM x86-64 assembly
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | NVPTX.cpp | 320 SmallVector<llvm::Metadata *, 10> GCM; in addGridConstantNVVMMetadata() local 322 GCM.push_back(llvm::ConstantAsMetadata::get( in addGridConstantNVVMMetadata() 325 llvm::MDNode::get(Ctx, GCM)}); in addGridConstantNVVMMetadata()
|