OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCM
(Results
1 - 25
of
42
) sorted by relevancy
1
2
/src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm.c
17
/* Dispatch functions for AES
GCM
mode */
49
if (dctx != NULL && dctx->base.
gcm
.key != NULL)
50
dctx->base.
gcm
.key = &dctx->ks.ks;
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);
cipher_aria_gcm.c
10
/* Dispatch functions for ARIA
GCM
mode */
39
if (dctx != NULL && dctx->base.
gcm
.key != NULL)
40
dctx->base.
gcm
.key = &dctx->ks.ks;
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);
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
.
cipher_sm4_gcm.c
10
/* Dispatch functions for SM4
GCM
mode */
41
if (dctx != NULL && dctx->base.
gcm
.key != NULL)
42
dctx->base.
gcm
.key = &dctx->ks.ks;
55
IMPLEMENT_aead_cipher(sm4,
gcm
,
GCM
, AEAD_FLAGS, 128, 8, 96);
cipher_aes_gcm_hw_aesni.inc
11
* AES-NI support for AES
GCM
.
cipher_aes_gcm_hw_rv32i.inc
11
* RISC-V 32 ZKND ZKNE support for AES
GCM
.
cipher_aes_gcm_hw_t4.inc
11
* Fujitsu SPARC64 X support for AES
GCM
.
cipher_sm4_gcm_hw_rv64i.inc
11
* RISC-V 64 ZVKSED support for SM4
GCM
.
cipher_sm4_xts_hw_rv64i.inc
11
* RISC-V 64 ZVKSED support for SM4
GCM
.
cipher_aes_gcm_hw_armv8.inc
11
* Crypto extension support for AES
GCM
.
cipher_aes_gcm_hw_ppc.inc
11
* PPC support for AES
GCM
.
95
size_t res = (16 - ctx->
gcm
.mres) % 16;
97
if (CRYPTO_gcm128_encrypt(&ctx->
gcm
, in, out, res))
101
ctx->
gcm
.key,
102
ctx->
gcm
.Yi.c, ctx->
gcm
.Xi.u, 1);
104
ctx->
gcm
.len.u[1] += bulk;
107
if (CRYPTO_gcm128_encrypt_ctr32(&ctx->
gcm
, in + bulk, out + bulk,
111
if (CRYPTO_gcm128_encrypt(&ctx->
gcm
, in, out, len))
119
size_t res = (16 - ctx->
gcm
.mres) % 16
[
all
...]
/src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm.c
17
/* Dispatch functions for AES
GCM
mode */
46
if (dctx != NULL && dctx->base.
gcm
.key != NULL)
47
dctx->base.
gcm
.key = &dctx->ks.ks;
61
IMPLEMENT_aead_cipher(aes,
gcm
,
GCM
, AEAD_FLAGS, 128, 8, 96);
63
IMPLEMENT_aead_cipher(aes,
gcm
,
GCM
, AEAD_FLAGS, 192, 8, 96);
65
IMPLEMENT_aead_cipher(aes,
gcm
,
GCM
, AEAD_FLAGS, 256, 8, 96);
cipher_aria_gcm.c
10
/* Dispatch functions for ARIA
GCM
mode */
39
if (dctx != NULL && dctx->base.
gcm
.key != NULL)
40
dctx->base.
gcm
.key = &dctx->ks.ks;
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);
cipher_aes_gcm_hw_aesni.inc
11
* AES-NI support for AES
GCM
.
cipher_aes_gcm_hw_t4.inc
11
* Fujitsu SPARC64 X support for AES
GCM
.
cipher_aes_gcm_hw_armv8.inc
11
* Crypto extention support for AES
GCM
.
/src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
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
evpciph_sm4.txt
52
Title = SM4
GCM
test vectors from RFC8998
54
Cipher = SM4-
GCM
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
/src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
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
evpmac_common.txt
265
Algorithm = AES-128-
GCM
274
Algorithm = AES-128-
GCM
281
Algorithm = AES-256-
GCM
288
Algorithm = AES-128-
GCM
295
Algorithm = AES-256-
GCM
302
Algorithm = AES-128-
GCM
309
Algorithm = AES-256-
GCM
316
Algorithm = AES-128-
GCM
323
Algorithm = AES-256-
GCM
/src/crypto/external/apache2/openssl/dist/test/recipes/
20-test_mac.t
30
{ cmd => [qw{openssl mac -cipher AES-256-
GCM
-macopt hexkey:4C973DBC7364621674F8B5B89E5C15511FCED9216490FB1C1A2CAA0FFE0407E5 -macopt hexiv:7AE8E2CA4EC500012E58495C}],
35
{ cmd => [qw{openssl mac -macopt cipher:AES-256-
GCM
-macopt hexkey:4C973DBC7364621674F8B5B89E5C15511FCED9216490FB1C1A2CAA0FFE0407E5 -macopt hexiv:7AE8E2CA4EC500012E58495C}],
/src/crypto/external/bsd/openssl/dist/test/recipes/
20-test_mac.t
30
{ cmd => [qw{openssl mac -cipher AES-256-
GCM
-macopt hexkey:4C973DBC7364621674F8B5B89E5C15511FCED9216490FB1C1A2CAA0FFE0407E5 -macopt hexiv:7AE8E2CA4EC500012E58495C}],
35
{ cmd => [qw{openssl mac -macopt cipher:AES-256-
GCM
-macopt hexkey:4C973DBC7364621674F8B5B89E5C15511FCED9216490FB1C1A2CAA0FFE0407E5 -macopt hexiv:7AE8E2CA4EC500012E58495C}],
/src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
18-dtls-renegotiate.conf
174
CipherString = AES128-
GCM
-SHA256
219
RenegotiateCiphers = AES128-
GCM
-SHA256
270
CipherString = AES128-
GCM
-SHA256
283
RenegotiateCiphers = AES256-
GCM
-SHA384
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CodeGenABITypes.h
138
llvm::Function *getNonTrivialCStructDefaultConstructor(CodeGenModule &
GCM
,
Completed in 38 milliseconds
1
2
Indexes created Sun Mar 01 05:31:48 UTC 2026