Home
last modified time | relevance | path

Searched refs:ssl_set_version_bound (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/crypto/openssl/ssl/
HDssl_conf.c345 return ssl_set_version_bound(method_version, new_version, bound); in min_max_proto()
HDssl_lib.c2456 && ssl_set_version_bound(s->ctx->method->version, (int)larg, in SSL_ctrl()
2462 && ssl_set_version_bound(s->ctx->method->version, (int)larg, in SSL_ctrl()
2605 && ssl_set_version_bound(ctx->method->version, (int)larg, in SSL_CTX_ctrl()
2611 && ssl_set_version_bound(ctx->method->version, (int)larg, in SSL_CTX_ctrl()
HDssl_local.h2539 __owur int ssl_set_version_bound(int method_version, int version, int *bound);
/freebsd-head/crypto/openssl/ssl/statem/
HDstatem_lib.c1673 int ssl_set_version_bound(int method_version, int version, int *bound) in ssl_set_version_bound() function