Home
last modified time | relevance | path

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

/third_party/openssl/test/ssl-tests/
D18-dtls-renegotiate.cnf10 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 …]
D17-renegotiate.cnf12 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 …]
D18-dtls-renegotiate.cnf.in133 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,
D17-renegotiate.cnf.in131 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/
Dciphercommon_block.c33 int aead,
162 int aead) in ossl_cipher_tlsunpadblock() argument
184 aead, libctx); in ossl_cipher_tlsunpadblock()
Dciphercommon_local.h16 unsigned char **mac, int *alloced, size_t macsize, int aead);
/third_party/openssl/ssl/record/
Dtls_pad.c48 int aead,
119 int aead, in tls1_cbc_remove_padding_and_mac() argument
138 if (aead) { in tls1_cbc_remove_padding_and_mac()
Drecord_local.h123 int aead,
/third_party/openssl/doc/man1/
Dopenssl-speed.pod.in17 [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/
Devp_test.c523 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/
Dsha51227 8e959b75 dae313da 8cf4f728 14fc143f 8f7779c6 eb9f7fa1 7299aead b6889018 501d289e 4900f7e4 331b99de …
/third_party/openssl/crypto/evp/
Devp_lib.c343 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/
Dcrypto_se_driver.h1324 const psa_drv_se_aead_t *MBEDTLS_PRIVATE(aead);
/third_party/openssl/apps/
Dspeed.c1355 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.c1946 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/
DEVP_EncryptInit.pod673 =item "aead" (B<OSSL_CIPHER_PARAM_AEAD>) <integer>
1136 See L</Gettable EVP_CIPHER parameters> "aead".
/third_party/python/Doc/library/
Dssl.rst1644 [{'aead': True,
1656 {'aead': True,
Dsocket.rst160 - *type* is the algorithm type as string, e.g. ``aead``, ``hash``,
/third_party/openssl/crypto/err/
Dopenssl.txt283 CMS_R_CIPHER_AEAD_SET_TAG_ERROR:184:cipher aead set tag error
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h55738 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/
D1MB.txt9186 aead
/third_party/elfutils/tests/
Dtestfile45.expect.bz2
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_third_party4881 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/
Dtest-PR27569-v1.abi20678 …<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="…
Dtest-PR27569-v0.abi20670 …<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="…