HomeSort by: relevance | last modified time | path
    Searched refs:aead (Results 1 - 20 of 20) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
18-dtls-renegotiate.conf 10 test-5 = 5-renegotiate-aead-to-non-aead
11 test-6 = 6-renegotiate-non-aead-to-aead
12 test-7 = 7-renegotiate-non-aead-to-non-aead
13 test-8 = 8-renegotiate-aead-to-aead
160 [5-renegotiate-aead-to-non-aead]
    [all...]
17-renegotiate.conf 11 test-6 = 6-renegotiate-aead-to-non-aead
12 test-7 = 7-renegotiate-non-aead-to-aead
13 test-8 = 8-renegotiate-non-aead-to-non-aead
14 test-9 = 9-renegotiate-aead-to-aead
195 [6-renegotiate-aead-to-non-aead]
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
ciphercommon_local.h 16 unsigned char **mac, int *alloced, size_t macsize, int aead);
ciphercommon_block.c 135 * aead: whether this is an aead cipher
145 int aead)
167 aead, libctx);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
ciphercommon_local.h 16 unsigned char **mac, int *alloced, size_t macsize, int aead);
ciphercommon_block.c 33 int aead,
152 * aead: whether this is an aead cipher
162 int aead)
184 aead, libctx);
  /src/crypto/external/apache2/openssl/dist/include/internal/
ssl3_cbc.h 27 int aead,
  /src/crypto/external/bsd/openssl/dist/ssl/record/
tls_pad.c 48 int aead,
62 * aead: 1 if an AEAD cipher is in use, or 0 otherwise
107 * aead: 1 if an AEAD cipher is in use, or 0 otherwise
119 int aead,
138 if (aead) {
record_local.h 123 int aead,
  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tls_pad.c 47 * aead: 1 if an AEAD cipher is in use, or 0 otherwise
92 * aead: 1 if an AEAD cipher is in use, or 0 otherwise
104 int aead,
123 if (aead) {
  /src/crypto/external/apache2/openssl/dist/crypto/hpke/
hpke_util.c 102 * See RFC9180 Section 7.3 "Table 5 AEAD IDs"
453 uint16_t kem = 0, kdf = 0, aead = 0; local
510 && (aead = synonyms_name2id(st, aeadstrtab,
525 suite->aead_id = aead;
  /src/crypto/external/bsd/openssl.old/dist/test/
evp_test.c 472 /* EVP_CIPH_GCM_MODE, EVP_CIPH_CCM_MODE or EVP_CIPH_OCB_MODE if AEAD */
473 int aead; member in struct:cipher_data_st
511 cdat->aead = m;
513 cdat->aead = -1;
515 cdat->aead = 0;
546 if (cdat->aead) {
628 if (expected->aead) {
639 if (expected->aead) {
645 if (enc || expected->aead == EVP_CIPH_OCB_MODE || expected->tag_late) {
652 if (tag || expected->aead != EVP_CIPH_GCM_MODE)
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
hpke_test.c 93 const TEST_AEADDATA *aead, size_t aeadsz,
162 aead[i].aad, aead[i].aadlen,
163 aead[i].pt, aead[i].ptlen)))
165 if (!TEST_mem_eq(ct, ctlen, aead[i].expected_ct,
166 aead[i].expected_ctlen))
199 aead[i].aad, aead[i].aadlen,
200 aead[i].expected_ct
    [all...]
evp_test.c 880 /* EVP_CIPH_GCM_MODE, EVP_CIPH_CCM_MODE or EVP_CIPH_OCB_MODE if AEAD */
881 int aead; member in struct:cipher_data_st
893 /* AEAD ciphers only */
914 return (cdat->aead == EVP_CIPH_CCM_MODE
915 || cdat->aead == EVP_CIPH_CBC_MODE
916 || (cdat->aead == -1
964 cdat->aead = m != 0 ? m : -1;
966 cdat->aead = 0;
1031 if (cdat->aead) {
1154 if (expected->aead) {
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
evp_test.c 522 /* EVP_CIPH_GCM_MODE, EVP_CIPH_CCM_MODE or EVP_CIPH_OCB_MODE if AEAD */
523 int aead; member in struct:cipher_data_st
535 /* AEAD ciphers only */
584 cdat->aead = m != 0 ? m : -1;
586 cdat->aead = 0;
641 if (cdat->aead) {
760 if (expected->aead) {
771 if (expected->aead && !expected->tls_aad) {
777 if (enc || expected->aead == EVP_CIPH_OCB_MODE || expected->tag_late) {
784 if (tag || expected->aead != EVP_CIPH_GCM_MODE)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_lib.c 343 int ok, aead = 0, custom_iv = 0, cts = 0, multiblock = 0, randkey = 0; local
354 params[4] = OSSL_PARAM_construct_int(OSSL_CIPHER_PARAM_AEAD, &aead);
369 if (aead)
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_lib.c 321 int ok, aead = 0, custom_iv = 0, cts = 0, multiblock = 0, randkey = 0; local
332 params[4] = OSSL_PARAM_construct_int(OSSL_CIPHER_PARAM_AEAD, &aead);
347 if (aead)
  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 244 {"aead", OPT_AEAD, '-',
245 "Benchmark EVP-named AEAD cipher in TLS-like sequence"},
462 static unsigned int aead = 0; /* AEAD flag */ variable
463 static unsigned char aead_iv[12]; /* For AEAD modes */
765 * To make AEAD benchmarking more relevant perform TLS-like operations,
814 if (aead) {
833 * To make AEAD benchmarking more relevant perform TLS-like operations,
902 if (aead) {
1723 aead = 1
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 291 { "aead", OPT_AEAD, '-',
292 "Benchmark EVP-named AEAD cipher in TLS-like sequence" },
594 #define TAG_LEN 16 /* 16 bytes tag length works for all AEAD modes */
595 #define AEAD_IVLEN 12 /* 12 bytes iv length works for all AEAD modes */
598 static unsigned int aead = 0; /* AEAD flag */ variable
599 static unsigned char aead_iv[AEAD_IVLEN]; /* For AEAD modes */
992 * To make AEAD benchmarking more relevant perform TLS-like operations,
1042 if (aead) {
1061 * To make AEAD benchmarking more relevant perform TLS-like operations
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 313 {"aead", OPT_AEAD, '-',
314 "Benchmark EVP-named AEAD cipher in TLS-like sequence"},
991 * To make AEAD benchmarking more relevant perform TLS-like operations,
1397 int ret = 1, misalign = 0, lengths_single = 0, aead = 0; local
1653 aead = 1;
1744 if (aead) {
1746 BIO_printf(bio_err, "-aead can be used only with an AEAD cipher\n");
1750 BIO_printf(bio_err, "%s is not an AEAD cipher\n",
2619 } else if (aead && (EVP_CIPHER_flags(evp_cipher)
    [all...]

Completed in 58 milliseconds