/openssl/test/ssl-tests/ |
H A D | 18-dtls-renegotiate.cnf | 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 165 [5-renegotiate-aead-to-non-aead] 168 [5-renegotiate-aead-to-non-aead-ssl] 198 [6-renegotiate-non-aead-to-aead] 264 [8-renegotiate-aead-to-aead] 267 [8-renegotiate-aead-to-aead-ssl] 271 [8-renegotiate-aead-to-aead-server] [all …]
|
H A D | 17-renegotiate.cnf | 12 test-7 = 7-renegotiate-aead-to-non-aead 13 test-8 = 8-renegotiate-non-aead-to-aead 14 test-9 = 9-renegotiate-non-aead-to-non-aead 15 test-10 = 10-renegotiate-aead-to-aead 227 [7-renegotiate-aead-to-non-aead] 230 [7-renegotiate-aead-to-non-aead-ssl] 259 [8-renegotiate-non-aead-to-aead] 262 [8-renegotiate-non-aead-to-aead-ssl] 291 [9-renegotiate-non-aead-to-non-aead] 323 [10-renegotiate-aead-to-aead] [all …]
|
H A D | 17-renegotiate.cnf.in | 131 name => "renegotiate-aead-to-non-aead", 150 name => "renegotiate-non-aead-to-aead", 169 name => "renegotiate-non-aead-to-non-aead", 188 name => "renegotiate-aead-to-aead",
|
H A D | 18-dtls-renegotiate.cnf.in | 138 name => "renegotiate-aead-to-non-aead".$suffix, 158 name => "renegotiate-non-aead-to-aead".$suffix, 178 name => "renegotiate-non-aead-to-non-aead".$suffix, 198 name => "renegotiate-aead-to-aead".$suffix,
|
/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_block.c | 145 int aead) in ossl_cipher_tlsunpadblock() argument 167 aead, libctx); in ossl_cipher_tlsunpadblock()
|
H A D | ciphercommon_local.h | 16 unsigned char **mac, int *alloced, size_t macsize, int aead);
|
/openssl/test/ |
H A D | hpke_test.c | 93 const TEST_AEADDATA *aead, size_t aeadsz, in do_testhpke() argument 162 aead[i].aad, aead[i].aadlen, in do_testhpke() 163 aead[i].pt, aead[i].ptlen))) in do_testhpke() 165 if (!TEST_mem_eq(ct, ctlen, aead[i].expected_ct, in do_testhpke() 166 aead[i].expected_ctlen)) in do_testhpke() 199 aead[i].aad, aead[i].aadlen, in do_testhpke() 200 aead[i].expected_ct, in do_testhpke() 201 aead[i].expected_ctlen))) in do_testhpke() 203 if (!TEST_mem_eq(aead[i].pt, aead[i].ptlen, ptout, ptoutlen)) in do_testhpke()
|
H A D | evp_test.c | 871 int aead; member 905 return (cdat->aead == EVP_CIPH_CCM_MODE in cipher_test_valid_fragmentation() 906 || cdat->aead == EVP_CIPH_CBC_MODE in cipher_test_valid_fragmentation() 907 || (cdat->aead == -1 in cipher_test_valid_fragmentation() 953 cdat->aead = m != 0 ? m : -1; in cipher_test_init() 955 cdat->aead = 0; in cipher_test_init() 1020 if (cdat->aead) { in cipher_test_parse() 1145 if (expected->aead) { in cipher_test_enc() 1156 if (expected->aead && !expected->tls_aad) { in cipher_test_enc() 1269 if (expected->aead == EVP_CIPH_CCM_MODE) { in cipher_test_enc() [all …]
|
/openssl/include/internal/ |
H A D | ssl3_cbc.h | 27 int aead,
|
/openssl/ssl/record/methods/ |
H A D | tls_pad.c | 104 int aead, in tls1_cbc_remove_padding_and_mac() argument 123 if (aead) { in tls1_cbc_remove_padding_and_mac()
|
/openssl/doc/man1/ |
H A D | openssl-speed.pod.in | 18 [B<-aead>] 62 If I<algo> is an AEAD cipher, then you can pass B<-aead> to benchmark a 99 =item B<-aead>
|
/openssl/crypto/hpke/ |
H A D | hpke_util.c | 453 uint16_t kem = 0, kdf = 0, aead = 0; in ossl_hpke_str2suite() local 508 && (aead = synonyms_name2id(st, aeadstrtab, in ossl_hpke_str2suite() 522 suite->aead_id = aead; in ossl_hpke_str2suite()
|
/openssl/crypto/evp/ |
H A D | evp_lib.c | 322 int ok, aead = 0, custom_iv = 0, cts = 0, multiblock = 0, randkey = 0; in evp_cipher_cache_constants() local 333 params[4] = OSSL_PARAM_construct_int(OSSL_CIPHER_PARAM_AEAD, &aead); in evp_cipher_cache_constants() 348 if (aead) in evp_cipher_cache_constants()
|
/openssl/apps/ |
H A D | speed.c | 521 static unsigned int aead = 0; /* AEAD flag */ variable 966 if (aead) { in EVP_Update_loop_aead_enc() 1055 if (aead) { in EVP_Update_loop_aead_dec() 2181 aead = 1; in speed_main() 2439 if (aead) { in speed_main() 2950 if (aead) { in speed_main() 3053 if (aead) { in speed_main()
|
/openssl/crypto/err/ |
H A D | openssl.txt | 311 CMS_R_CIPHER_AEAD_SET_TAG_ERROR:184:cipher aead set tag error 1068 PROV_R_INVALID_AEAD:231:invalid aead
|
/openssl/doc/man3/ |
H A D | EVP_EncryptInit.pod | 700 =item "aead" (B<OSSL_CIPHER_PARAM_AEAD>) <integer> 1244 See L</Gettable EVP_CIPHER parameters> "aead".
|