Home
last modified time | relevance | path

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

1234

/src/crypto/openssl/doc/man1/
H A Dopenssl-ciphers.pod.in298 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 Dopenssl-mac.pod.in52 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 DEVP_CIPHER-AES.pod36 =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 DEVP_CIPHER-ARIA.pod33 =item "ARIA-128-GCM", "ARIA-192-GCM" and "ARIA-256-GCM"
/src/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm.c64 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 Dcipher_aria_gcm.c54 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 Dcipher_aes_gcm_hw_rv64i.inc11 * 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 Dcipher_sm4_gcm.c55 IMPLEMENT_aead_cipher(sm4, gcm, GCM, AEAD_FLAGS, 128, 8, 96);
H A Dcipher_sm4_gcm_hw_rv64i.inc11 * RISC-V 64 ZVKSED support for SM4 GCM.
H A Dcipher_sm4_xts_hw_rv64i.inc11 * RISC-V 64 ZVKSED support for SM4 GCM.
H A Dcipher_aes_gcm_hw_aesni.inc11 * AES-NI support for AES GCM.
H A Dcipher_aes_gcm_hw_t4.inc11 * Fujitsu SPARC64 X support for AES GCM.
/src/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aria.txt149 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 Devpmac_common.txt330 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 Devpciph_sm4.txt52 Title = SM4 GCM test vectors from RFC8998
54 Cipher = SM4-GCM
/src/crypto/openssl/test/ssl-tests/
H A D17-renegotiate.cnf.in138 "CipherString" => "AES128-GCM-SHA256",
160 "RenegotiateCiphers" => "AES128-GCM-SHA256"
195 "CipherString" => "AES128-GCM-SHA256",
198 "RenegotiateCiphers" => "AES256-GCM-SHA384"
H A D18-dtls-renegotiate.cnf.in145 "CipherString" => "AES128-GCM-SHA256",
167 "RenegotiateCiphers" => "AES128-GCM-SHA256"
205 "CipherString" => "AES128-GCM-SHA256",
207 "RenegotiateCiphers" => "AES256-GCM-SHA384"
H A D18-dtls-renegotiate.cnf179 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 Dcore_names.h.in31 #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 DCOPYRIGHT23 * 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 DTHIRDPARTYLICENSE.cryptogams.descrip1 PORTIONS OF GCM and GHASH FUNCTIONALITY
H A DTHIRDPARTYLICENSE.openssl.descrip1 PORTIONS OF GCM and GHASH FUNCTIONALITY
H A DTHIRDPARTYLICENSE.boringssl.descrip1 PORTIONS OF AES GCM and GHASH FUNCTIONALITY
/src/crypto/openssl/doc/man3/
H A DOPENSSL_s390xcap.pod152 # 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 DREADME1 This directory contains the original BoringSSL [1] GCM x86-64 assembly

1234