Home
last modified time | relevance | path

Searched refs:ssl_set_version_bound (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_conf.c345 return ssl_set_version_bound(method_version, new_version, bound); in min_max_proto()
H A Dssl_lib.c2541 && 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 Dssl_local.h2595 __owur int ssl_set_version_bound(int method_version, int version, int *bound);
/third_party/openssl/ssl/
H A Dssl_conf.c345 return ssl_set_version_bound(method_version, new_version, bound); in min_max_proto()
H A Dssl_lib.c2441 && 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 Dssl_local.h2539 __owur int ssl_set_version_bound(int method_version, int version, int *bound);
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_lib.c1693 * 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 Dstatem_lib.c1658 * 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