HomeSort by relevance Sort by last modified time
    Searched refs:c_ssl (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/openssl/openssl/ssl/
ssltest.c 310 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time);
311 int doit(SSL *s_ssl,SSL *c_ssl,long bytes);
375 static void print_details(SSL *c_ssl, const char *prefix)
380 ciph=SSL_get_current_cipher(c_ssl);
383 SSL_get_version(c_ssl),
386 cert=SSL_get_peer_certificate(c_ssl);
523 SSL *c_ssl,*s_ssl; local
1079 c_ssl=SSL_new(c_ctx);
1083 if (c_ssl && c_ssl->kssl_ctx
    [all...]
  /external/openssl/ssl/
ssltest.c 310 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time);
311 int doit(SSL *s_ssl,SSL *c_ssl,long bytes);
375 static void print_details(SSL *c_ssl, const char *prefix)
380 ciph=SSL_get_current_cipher(c_ssl);
383 SSL_get_version(c_ssl),
386 cert=SSL_get_peer_certificate(c_ssl);
523 SSL *c_ssl,*s_ssl; local
1085 c_ssl=SSL_new(c_ctx);
1089 if (c_ssl && c_ssl->kssl_ctx
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 423 SSL *c_ssl=NULL; local
445 c_ssl=(SSL *)ctx[3];
447 c_ssl=SSL_new(c_ctx);
449 if ((s_ssl == NULL) || (c_ssl == NULL)) goto err;
459 SSL_set_connect_state(c_ssl);
460 SSL_set_bio(c_ssl,s_to_c,c_to_s);
461 BIO_set_ssl(c_bio,c_ssl,(ctx[2] == NULL)?BIO_CLOSE:BIO_NOCLOSE);
498 if (SSL_in_init(c_ssl))
500 SSL_state_string_long(c_ssl));
664 SSL_set_shutdown(c_ssl,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN)
    [all...]
  /external/openssl/crypto/threads/
mttest.c 423 SSL *c_ssl=NULL; local
445 c_ssl=(SSL *)ctx[3];
447 c_ssl=SSL_new(c_ctx);
449 if ((s_ssl == NULL) || (c_ssl == NULL)) goto err;
459 SSL_set_connect_state(c_ssl);
460 SSL_set_bio(c_ssl,s_to_c,c_to_s);
461 BIO_set_ssl(c_bio,c_ssl,(ctx[2] == NULL)?BIO_CLOSE:BIO_NOCLOSE);
498 if (SSL_in_init(c_ssl))
500 SSL_state_string_long(c_ssl));
664 SSL_set_shutdown(c_ssl,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN)
    [all...]

Completed in 982 milliseconds