Home
last modified time | relevance | path

Searched defs:ciphers (Results 1 – 25 of 68) sorted by relevance

123

/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
DEndpointFactory.java11 String[] ciphers) throws IOException; in newClient()
14 String[] protocols, String[] ciphers) throws IOException; in newServer()
DClientEndpoint.java41 String[] protocols, String[] ciphers) throws IOException { in ClientEndpoint()
DServerSocketBenchmark.java150 private String[] ciphers(Config config) { in ciphers() method in ServerSocketBenchmark
DClientSocketBenchmark.java146 private String[] ciphers(Config config) { in ciphers() method in ClientSocketBenchmark
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DEndpointFactory.java10 String[] ciphers) throws IOException; in newClient()
13 String[] protocols, String[] ciphers) throws IOException; in newServer()
DClientEndpoint.java40 String[] protocols, String[] ciphers) throws IOException { in ClientEndpoint()
DServerSocketBenchmark.java146 private String[] ciphers(Config config) { in ciphers() method in ServerSocketBenchmark
DClientSocketBenchmark.java144 private String[] ciphers(Config config) { in ciphers() method in ClientSocketBenchmark
/external/conscrypt/repackaged/benchmark-android/src/main/java/com/android/org/conscrypt/
DAndroidEndpointFactory.java28 String[] ciphers) throws IOException { in newClient()
35 String[] protocols, String[] ciphers) throws IOException { in newServer()
/external/conscrypt/benchmark-android/src/main/java/org/conscrypt/
DAndroidEndpointFactory.java26 String[] ciphers) throws IOException { in newClient()
33 String[] protocols, String[] ciphers) throws IOException { in newServer()
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DOpenJdkEndpointFactory.java28 String[] ciphers) throws IOException { in newClient()
35 String[] protocols, String[] ciphers) throws IOException { in newServer()
/external/rust/beto-rust/nearby/presence/ldt_np_adv/benches/
Dldt_adv_scan.rs42 let ciphers = build_ciphers(&configs); in ldt_adv_scan() localVariable
52 let ciphers = build_ciphers(&configs); in ldt_adv_scan() localVariable
/external/scapy/test/scapy/layers/tls/
Dexample_client.py68 ciphers = int(args.ciphersuite, 16) variable
/external/cronet/tot/third_party/boringssl/src/fuzz/
Dssl_ctx_api.cc362 std::string ciphers; in LLVMFuzzerTestOneInput() local
369 std::string ciphers; in LLVMFuzzerTestOneInput() local
/external/cronet/stable/third_party/boringssl/src/fuzz/
Dssl_ctx_api.cc362 std::string ciphers; in LLVMFuzzerTestOneInput() local
369 std::string ciphers; in LLVMFuzzerTestOneInput() local
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/fuzz/
Dssl_ctx_api.cc362 std::string ciphers; in LLVMFuzzerTestOneInput() local
369 std::string ciphers; in LLVMFuzzerTestOneInput() local
/external/open-dice/dpe-rs/src/
Dnoise.rs226 let ciphers = handshake.get_ciphers(); in new_session_handshake() localVariable
265 let ciphers = handshake.get_ciphers(); in derive_session_handshake() localVariable
477 let ciphers = handshake.get_ciphers(); in finish_handshake() localVariable
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
DAeadCipherTest.java34 public static Iterable<String> ciphers() { in ciphers() method in AeadCipherTest
/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/
DAeadCipherTest.java30 public static Iterable<String> ciphers() { in ciphers() method in AeadCipherTest
/external/wpa_supplicant_8/src/common/
Dwpa_common.c3105 int rsn_cipher_put_suites(u8 *start, int ciphers) in rsn_cipher_put_suites()
3138 int wpa_cipher_put_suites(u8 *start, int ciphers) in wpa_cipher_put_suites()
3159 int wpa_pick_pairwise_cipher(int ciphers, int none_allowed) in wpa_pick_pairwise_cipher()
3177 int wpa_pick_group_cipher(int ciphers) in wpa_pick_group_cipher()
3260 int wpa_write_ciphers(char *start, char *end, int ciphers, const char *delim) in wpa_write_ciphers()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dhandoff.cc44 CBB ciphers; in serialize_features() local
121 CBS ciphers; in apply_remote_features() local
/external/boringssl/src/ssl/
Dhandoff.cc45 CBB ciphers; in serialize_features() local
121 CBS ciphers; in apply_remote_features() local
/external/cronet/tot/third_party/boringssl/src/ssl/
Dhandoff.cc45 CBB ciphers; in serialize_features() local
121 CBS ciphers; in apply_remote_features() local
/external/cronet/stable/third_party/boringssl/src/ssl/
Dhandoff.cc45 CBB ciphers; in serialize_features() local
121 CBS ciphers; in apply_remote_features() local
/external/curl/lib/vtls/
Dsectransp.c869 SSLCipherSuite *ciphers = NULL; in sectransp_get_supported_ciphers() local
919 SSLCipherSuite *ciphers = NULL; in sectransp_set_default_ciphers() local
957 const char *ciphers) in sectransp_set_selected_ciphers()
1050 char *ciphers; local

123