| /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
|
| tls_common.c | 2016 return rl->funcs->set_protocol_version(rl, version);
|
| /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))
|
| /src/crypto/external/apache2/openssl/dist/ssl/record/ |
| rec_layer_s3.c | 1485 s->rlayer.rrlmethod->set_protocol_version(s->rlayer.rrl, s->version); 1486 s->rlayer.wrlmethod->set_protocol_version(s->rlayer.wrl, s->version);
|
| /src/crypto/external/apache2/openssl/dist/ssl/statem/ |
| statem_clnt.c | 1857 s->rlayer.wrlmethod->set_protocol_version(s->rlayer.wrl, TLS1_3_VERSION);
|