/third_party/openssl/test/ssl-tests/ |
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 160 [5-renegotiate-aead-to-non-aead] 161 ssl_conf = 5-renegotiate-aead-to-non-aead-ssl 163 [5-renegotiate-aead-to-non-aead-ssl] 164 server = 5-renegotiate-aead-to-non-aead-server 165 client = 5-renegotiate-aead-to-non-aead-client 167 [5-renegotiate-aead-to-non-aead-server] [all …]
|
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] 228 ssl_conf = 7-renegotiate-aead-to-non-aead-ssl 230 [7-renegotiate-aead-to-non-aead-ssl] 231 server = 7-renegotiate-aead-to-non-aead-server 232 client = 7-renegotiate-aead-to-non-aead-client 234 [7-renegotiate-aead-to-non-aead-server] [all …]
|
D | 18-dtls-renegotiate.cnf.in | 133 name => "renegotiate-aead-to-non-aead".$suffix, 152 name => "renegotiate-non-aead-to-aead".$suffix, 171 name => "renegotiate-non-aead-to-non-aead".$suffix, 190 name => "renegotiate-aead-to-aead".$suffix,
|
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",
|
/third_party/openssl/providers/implementations/ciphers/ |
D | ciphercommon_block.c | 33 int aead, 162 int aead) in ossl_cipher_tlsunpadblock() argument 184 aead, libctx); in ossl_cipher_tlsunpadblock()
|
D | ciphercommon_local.h | 16 unsigned char **mac, int *alloced, size_t macsize, int aead);
|
/third_party/openssl/ssl/record/ |
D | tls_pad.c | 48 int aead, 119 int aead, in tls1_cbc_remove_padding_and_mac() argument 138 if (aead) { in tls1_cbc_remove_padding_and_mac()
|
D | record_local.h | 123 int aead,
|
/third_party/openssl/doc/man1/ |
D | openssl-speed.pod.in | 17 [B<-aead>] 51 If I<algo> is an AEAD cipher, then you can pass B<-aead> to benchmark a 88 =item B<-aead>
|
/third_party/openssl/test/ |
D | evp_test.c | 523 int aead; member 584 cdat->aead = m != 0 ? m : -1; in cipher_test_init() 586 cdat->aead = 0; in cipher_test_init() 641 if (cdat->aead) { in cipher_test_parse() 757 if (expected->aead) { in cipher_test_enc() 768 if (expected->aead && !expected->tls_aad) { in cipher_test_enc() 774 if (enc || expected->aead == EVP_CIPH_OCB_MODE || expected->tag_late) { in cipher_test_enc() 781 if (tag || expected->aead != EVP_CIPH_GCM_MODE) { in cipher_test_enc() 858 if (expected->aead == EVP_CIPH_CCM_MODE) { in cipher_test_enc() 915 } else if (!enc && (expected->aead == EVP_CIPH_OCB_MODE in cipher_test_enc() [all …]
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sha512 | 27 8e959b75 dae313da 8cf4f728 14fc143f 8f7779c6 eb9f7fa1 7299aead b6889018 501d289e 4900f7e4 331b99de …
|
/third_party/openssl/crypto/evp/ |
D | evp_lib.c | 343 int ok, aead = 0, custom_iv = 0, cts = 0, multiblock = 0, randkey = 0; in evp_cipher_cache_constants() local 354 params[4] = OSSL_PARAM_construct_int(OSSL_CIPHER_PARAM_AEAD, &aead); in evp_cipher_cache_constants() 369 if (aead) in evp_cipher_cache_constants()
|
/third_party/mbedtls/include/psa/ |
D | crypto_se_driver.h | 1324 const psa_drv_se_aead_t *MBEDTLS_PRIVATE(aead);
|
/third_party/openssl/apps/ |
D | speed.c | 1355 int ret = 1, misalign = 0, lengths_single = 0, aead = 0; in speed_main() local 1615 aead = 1; in speed_main() 1729 if (aead) { in speed_main() 2213 } else if (aead && (EVP_CIPHER_get_flags(evp_cipher) & in speed_main()
|
/third_party/python/Modules/ |
D | _ssl.c | 1946 int aead, nid; in cipher_to_dict() local 1960 aead = SSL_CIPHER_is_aead(cipher); in cipher_to_dict() 1980 ,"aead", aead ? Py_True : Py_False, in cipher_to_dict()
|
/third_party/openssl/doc/man3/ |
D | EVP_EncryptInit.pod | 673 =item "aead" (B<OSSL_CIPHER_PARAM_AEAD>) <integer> 1136 See L</Gettable EVP_CIPHER parameters> "aead".
|
/third_party/python/Doc/library/ |
D | ssl.rst | 1644 [{'aead': True, 1656 {'aead': True,
|
D | socket.rst | 160 - *type* is the algorithm type as string, e.g. ``aead``, ``hash``,
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 283 CMS_R_CIPHER_AEAD_SET_TAG_ERROR:184:cipher aead set tag error
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 55738 struct crypto_aead_spawn aead; member 69535 struct xfrm_algo_aead *aead; member 87820 struct xfrm_algo_aead_info aead; member
|
/third_party/rust/crates/regex/bench/src/data/ |
D | 1MB.txt | 9186 aead
|
/third_party/elfutils/tests/ |
D | testfile45.expect.bz2 |
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_third_party | 4881 FILE: ../../../third_party/boringssl/src/crypto/fipsmodule/cipher/aead.c 4895 FILE: ../../../third_party/boringssl/src/include/openssl/aead.h
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 20678 …<var-decl name="aead" type-id="c56b5ee4" visibility="default" filepath="include/net/xfrm.h" line="… 54235 …<var-decl name="aead" type-id="c56b5ee4" visibility="default" filepath="include/net/xfrm.h" line="…
|
D | test-PR27569-v0.abi | 20670 …<var-decl name="aead" type-id="c56b5ee4" visibility="default" filepath="include/net/xfrm.h" line="… 54206 …<var-decl name="aead" type-id="c56b5ee4" visibility="default" filepath="include/net/xfrm.h" line="…
|