Searched refs:c_ssl (Results 1 - 1 of 1) sorted by relevance
/third_party/openssl/test/ |
H A D | ssl_old_test.c | 616 int doit_localhost(SSL *s_ssl, SSL *c_ssl, int family, 618 int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time, 620 int doit(SSL *s_ssl, SSL *c_ssl, long bytes); 767 static void print_details(SSL *c_ssl, const char *prefix) in print_details() argument 774 ciph = SSL_get_current_cipher(c_ssl); in print_details() 777 SSL_get_version(c_ssl), in print_details() 779 cert = SSL_get0_peer_certificate(c_ssl); in print_details() 788 if (SSL_get_peer_tmp_key(c_ssl, &pkey)) { in print_details() 793 if (SSL_get_peer_signature_nid(c_ssl, &mdnid)) in print_details() 897 SSL *c_ssl, *s_ss in main() local 1916 doit_localhost(SSL *s_ssl, SSL *c_ssl, int family, long count, clock_t *s_time, clock_t *c_time) doit_localhost() argument 2213 doit_biopair(SSL *s_ssl, SSL *c_ssl, long count, clock_t *s_time, clock_t *c_time) doit_biopair() argument 2592 doit(SSL *s_ssl, SSL *c_ssl, long count) doit() argument [all...] |
Completed in 3 milliseconds