/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | SSLSocketFunctionalTest.java | 42 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 …]
|
D | SSLEngineImplTest.java | 39 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/ |
D | tlsv1_server_i.h | 38 u16 cipher_suites[MAX_CIPHER_COUNT]; member
|
D | tlsv1_client_i.h | 46 u16 cipher_suites[MAX_CIPHER_COUNT]; member
|
D | tlsv1_server.c | 396 suites = conn->cipher_suites; in tlsv1_server_init() 667 suites = conn->cipher_suites; in tlsv1_server_set_cipher_list()
|
D | tlsv1_client.c | 461 suites = conn->cipher_suites; in tlsv1_client_init() 770 suites = conn->cipher_suites; in tlsv1_client_set_cipher_list()
|
D | tlsv1_server_read.c | 231 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()
|
D | tlsv1_client_write.c | 117 WPA_PUT_BE16(pos, conn->cipher_suites[i]); in tls_send_client_hello()
|
D | tlsv1_client_read.c | 175 if (cipher_suite == conn->cipher_suites[i]) in tls_process_server_hello()
|
/external/boringssl/src/ssl/ |
D | s3_srvr.c | 647 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()
|
D | t1_lib.c | 250 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()
|
D | ssl_lib.c | 1378 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/ |
D | ssl.h | 2718 const uint8_t *cipher_suites; member
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |