Searched refs:ssl_set_version_bound (Results 1 – 4 of 4) sorted by relevance
/openssl-master/ssl/ |
A D | ssl_conf.c | 344 return ssl_set_version_bound(method_version, new_version, bound); in min_max_proto()
|
A D | ssl_lib.c | 2417 && ssl_set_version_bound(s->ctx->method->version, (int)larg, in SSL_ctrl() 2423 && ssl_set_version_bound(s->ctx->method->version, (int)larg, in SSL_ctrl() 2555 && ssl_set_version_bound(ctx->method->version, (int)larg, in SSL_CTX_ctrl() 2561 && ssl_set_version_bound(ctx->method->version, (int)larg, in SSL_CTX_ctrl()
|
A D | ssl_local.h | 2532 __owur int ssl_set_version_bound(int method_version, int version, int *bound);
|
/openssl-master/ssl/statem/ |
A D | statem_lib.c | 1665 int ssl_set_version_bound(int method_version, int version, int *bound) in ssl_set_version_bound() function
|
Completed in 29 milliseconds