Home
last modified time | relevance | path

Searched defs:ciphers (Results 1 – 25 of 55) 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.java148 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/webrtc/webrtc/p2p/base/
Dtransportchannel.cc57 bool TransportChannel::SetSrtpCryptoSuites(const std::vector<int>& ciphers) { in SetSrtpCryptoSuites()
62 bool TransportChannel::SetSrtpCiphers(const std::vector<std::string>& ciphers) { in SetSrtpCiphers()
Dp2ptransportchannel.h123 bool SetSrtpCryptoSuites(const std::vector<int>& ciphers) override { in SetSrtpCryptoSuites()
Ddtlstransportchannel.cc295 const std::vector<int>& ciphers) { in SetSrtpCryptoSuites()
/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/boringssl/src/ssl/
Dhandoff.cc30 CBB ciphers; in serialize_features() local
93 CBS ciphers; in apply_remote_features() local
/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/
DTestUtils.java87 String[] ciphers; in preferredTestCiphers() local
/external/wpa_supplicant_8/src/common/
Dwpa_common.c2324 int rsn_cipher_put_suites(u8 *start, int ciphers) in rsn_cipher_put_suites()
2357 int wpa_cipher_put_suites(u8 *start, int ciphers) in wpa_cipher_put_suites()
2378 int wpa_pick_pairwise_cipher(int ciphers, int none_allowed) in wpa_pick_pairwise_cipher()
2396 int wpa_pick_group_cipher(int ciphers) in wpa_pick_group_cipher()
2475 int wpa_write_ciphers(char *start, char *end, int ciphers, const char *delim) in wpa_write_ciphers()
/external/curl/lib/vtls/
Dmesalink.c83 char *ciphers; in mesalink_connect_step1() local
Dcyassl.c146 char *ciphers; in cyassl_connect_step1() local
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c539 int ciphers, key_mgmt, res, version; in wpa_validate_wpa_ie() local
/external/python/cpython2/Lib/
Dssl.py540 suppress_ragged_eofs=True, npn_protocols=None, ciphers=None, argument
942 ciphers=None): argument
/external/iw/
Dinfo.c297 __u32 *ciphers = nla_data(tb_msg[NL80211_ATTR_CIPHER_SUITES]); in print_phy_handler() local
/external/wpa_supplicant_8/src/crypto/
Dtls_none.c152 u8 *ciphers) in tls_connection_set_cipher_list()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_server.c686 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers) in tlsv1_server_set_cipher_list()
Dtlsv1_client.c786 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers) in tlsv1_client_set_cipher_list()

123