Searched refs:ssl_set_version_bound (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_conf.c | 345 return ssl_set_version_bound(method_version, new_version, bound); in min_max_proto()
|
H A D | ssl_lib.c | 2541 && ssl_set_version_bound(s->ctx->method->version, (int)larg, in SSL_ctrl() 2547 && ssl_set_version_bound(s->ctx->method->version, (int)larg, in SSL_ctrl() 2690 && ssl_set_version_bound(ctx->method->version, (int)larg, in SSL_CTX_ctrl() 2696 && ssl_set_version_bound(ctx->method->version, (int)larg, in SSL_CTX_ctrl()
|
H A D | ssl_local.h | 2595 __owur int ssl_set_version_bound(int method_version, int version, int *bound);
|
/third_party/openssl/ssl/ |
H A D | ssl_conf.c | 345 return ssl_set_version_bound(method_version, new_version, bound); in min_max_proto()
|
H A D | ssl_lib.c | 2441 && ssl_set_version_bound(s->ctx->method->version, (int)larg, in SSL_ctrl() 2447 && ssl_set_version_bound(s->ctx->method->version, (int)larg, in SSL_ctrl() 2590 && ssl_set_version_bound(ctx->method->version, (int)larg, in SSL_CTX_ctrl() 2596 && ssl_set_version_bound(ctx->method->version, (int)larg, in SSL_CTX_ctrl()
|
H A D | ssl_local.h | 2539 __owur int ssl_set_version_bound(int method_version, int version, int *bound);
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_lib.c | 1693 * ssl_set_version_bound - set an upper or lower bound on the supported (D)TLS 1704 int ssl_set_version_bound(int method_version, int version, int *bound) in ssl_set_version_bound() function
|
/third_party/openssl/ssl/statem/ |
H A D | statem_lib.c | 1658 * ssl_set_version_bound - set an upper or lower bound on the supported (D)TLS 1669 int ssl_set_version_bound(int method_version, int version, int *bound) in ssl_set_version_bound() function
|
Completed in 37 milliseconds