Home
last modified time | relevance | path

Searched refs:server_protocol (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dhandshake_helper.h31 int server_protocol; member
H A Dssl_test.c102 if (!TEST_int_eq(result->client_protocol, result->server_protocol)) { in check_protocol()
105 ssl_protocol_name(result->server_protocol)); in check_protocol()
H A Dhandshake_helper.c1650 ret->server_protocol = SSL_version(server.ssl); in do_handshake_internal()
/netbsd-src/crypto/external/bsd/openssl/dist/test/helpers/
H A Dhandshake.h41 int server_protocol; member
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dssl_test.c105 if (!TEST_int_eq(result->client_protocol, result->server_protocol)) { in check_protocol()
108 ssl_protocol_name(result->server_protocol)); in check_protocol()