Searched refs:ssl_set_version_bound (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/ssl/ |
D | ssl_conf.c | 345 return ssl_set_version_bound(method_version, new_version, bound); in min_max_proto()
|
D | ssl_lib.c | 2437 && ssl_set_version_bound(s->ctx->method->version, (int)larg, in SSL_ctrl() 2443 && ssl_set_version_bound(s->ctx->method->version, (int)larg, in SSL_ctrl() 2586 && ssl_set_version_bound(ctx->method->version, (int)larg, in SSL_CTX_ctrl() 2592 && ssl_set_version_bound(ctx->method->version, (int)larg, in SSL_CTX_ctrl()
|
D | ssl_local.h | 2539 __owur int ssl_set_version_bound(int method_version, int version, int *bound);
|
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 1668 int ssl_set_version_bound(int method_version, int version, int *bound) in ssl_set_version_bound() function
|