HomeSort by: relevance | last modified time | path
    Searched defs:set_protocol_version (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
recordmethod.h 250 int (*set_protocol_version)(OSSL_RECORD_LAYER *rl, int version); member in struct:ossl_record_method_st
  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
recmethod_local.h 122 int (*set_protocol_version)(OSSL_RECORD_LAYER *rl, int version); member in struct:record_functions_st
  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 873 * set_protocol_version - Sets protocol version minimum or maximum
877 static int set_protocol_version(const char *version, SSL *ssl, int setting) function
1769 if (!set_protocol_version(server_min_proto, s_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION))
1771 if (!set_protocol_version(server_max_proto, s_ssl, SSL_CTRL_SET_MAX_PROTO_VERSION))
1773 if (!set_protocol_version(client_min_proto, c_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION))
1775 if (!set_protocol_version(client_max_proto, c_ssl, SSL_CTRL_SET_MAX_PROTO_VERSION))
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 866 * set_protocol_version - Sets protocol version minimum or maximum
870 static int set_protocol_version(const char *version, SSL *ssl, int setting) function
1773 if (!set_protocol_version(server_min_proto, s_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION))
1775 if (!set_protocol_version(server_max_proto, s_ssl, SSL_CTRL_SET_MAX_PROTO_VERSION))
1777 if (!set_protocol_version(client_min_proto, c_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION))
1779 if (!set_protocol_version(client_max_proto, c_ssl, SSL_CTRL_SET_MAX_PROTO_VERSION))
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 872 * set_protocol_version - Sets protocol version minimum or maximum
876 static int set_protocol_version(const char *version, SSL *ssl, int setting) function
1764 if (!set_protocol_version(server_min_proto, s_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION))
1766 if (!set_protocol_version(server_max_proto, s_ssl, SSL_CTRL_SET_MAX_PROTO_VERSION))
1768 if (!set_protocol_version(client_min_proto, c_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION))
1770 if (!set_protocol_version(client_max_proto, c_ssl, SSL_CTRL_SET_MAX_PROTO_VERSION))

Completed in 35 milliseconds