Home
last modified time | relevance | path

Searched refs:cipher_suites (Results 1 – 17 of 17) sorted by relevance

/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSocketFunctionalTest.java42 private String[] cipher_suites = { field in SSLSocketFunctionalTest
81 ? new String[] { "TLS_" + cipher_suites[0] } in doTestInteraction()
82 : new String[] { "SSL_" + cipher_suites[0] }); in doTestInteraction()
91 ? new String[] { "TLS_" + cipher_suites[0] } in doTestInteraction()
92 : new String[] { "SSL_" + cipher_suites[0] }); in doTestInteraction()
98 for (int i = 0; i < cipher_suites.length; i++) { in _doTestInteraction()
101 + cipher_suites[i]); in _doTestInteraction()
119 ? new String[] { "TLS_" + cipher_suites[i] } in _doTestInteraction()
120 : new String[] { "SSL_" + cipher_suites[i] }); in _doTestInteraction()
129 ? new String[] { "TLS_" + cipher_suites[i] } in _doTestInteraction()
[all …]
DSSLEngineImplTest.java39 private static final String[] cipher_suites = { field in SSLEngineImplTest
68 for (int i = 0; i < cipher_suites.length; i++) { in testSelfInteraction()
72 + cipher_suites[i]); in testSelfInteraction()
1376 new String[] { prefix + cipher_suites[0] }); in initEngines()
1378 new String[] { prefix + cipher_suites[0] }); in initEngines()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_server_i.h38 u16 cipher_suites[MAX_CIPHER_COUNT]; member
Dtlsv1_client_i.h46 u16 cipher_suites[MAX_CIPHER_COUNT]; member
Dtlsv1_server.c396 suites = conn->cipher_suites; in tlsv1_server_init()
667 suites = conn->cipher_suites; in tlsv1_server_set_cipher_list()
Dtlsv1_client.c461 suites = conn->cipher_suites; in tlsv1_client_init()
770 suites = conn->cipher_suites; in tlsv1_client_set_cipher_list()
Dtlsv1_server_read.c231 if (testing_cipher_suite_filter(conn, conn->cipher_suites[i])) in tls_process_client_hello()
237 if (!cipher_suite && tmp == conn->cipher_suites[i]) { in tls_process_client_hello()
Dtlsv1_client_write.c117 WPA_PUT_BE16(pos, conn->cipher_suites[i]); in tls_send_client_hello()
Dtlsv1_client_read.c175 if (cipher_suite == conn->cipher_suites[i]) in tls_process_server_hello()
/external/boringssl/src/ssl/
Ds3_srvr.c647 CBB client_hello, hello_body, cipher_suites; in ssl3_get_v2_client_hello() local
721 !CBB_add_u16_length_prefixed(&hello_body, &cipher_suites)) { in ssl3_get_v2_client_hello()
740 if (!CBB_add_u16(&cipher_suites, cipher_spec)) { in ssl3_get_v2_client_hello()
776 CBS client_random, session_id, cipher_suites, compression_methods; in ssl3_get_client_hello() local
966 if (!CBS_get_u16_length_prefixed(&client_hello, &cipher_suites) || in ssl3_get_client_hello()
967 CBS_len(&cipher_suites) == 0 || in ssl3_get_client_hello()
968 CBS_len(&cipher_suites) % 2 != 0 || in ssl3_get_client_hello()
976 ciphers = ssl_bytes_to_cipher_list(ssl, &cipher_suites); in ssl3_get_client_hello()
Dt1_lib.c250 CBS client_hello, session_id, cipher_suites, compression_methods, extensions; in ssl_early_callback_init() local
276 if (!CBS_get_u16_length_prefixed(&client_hello, &cipher_suites) || in ssl_early_callback_init()
277 CBS_len(&cipher_suites) < 2 || (CBS_len(&cipher_suites) & 1) != 0) { in ssl_early_callback_init()
280 ctx->cipher_suites = CBS_data(&cipher_suites); in ssl_early_callback_init()
281 ctx->cipher_suites_len = CBS_len(&cipher_suites); in ssl_early_callback_init()
Dssl_lib.c1378 CBS cipher_suites = *cbs; in STACK_OF() local
1386 if (CBS_len(&cipher_suites) % 2 != 0) { in STACK_OF()
1397 while (CBS_len(&cipher_suites) > 0) { in STACK_OF()
1400 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) { in STACK_OF()
/external/boringssl/src/include/openssl/
Dssl.h2718 const uint8_t *cipher_suites; member
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...