Searched refs:ssl_set_version_bound (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | ssl_conf.c | 347 return ssl_set_version_bound(method_version, new_version, bound); in min_max_proto()
|
| H A D | ssl_lib.c | 2350 && ssl_set_version_bound(s->ctx->method->version, (int)larg, in SSL_ctrl() 2356 && ssl_set_version_bound(s->ctx->method->version, (int)larg, in SSL_ctrl() 2490 && ssl_set_version_bound(ctx->method->version, (int)larg, in SSL_CTX_ctrl() 2496 && ssl_set_version_bound(ctx->method->version, (int)larg, in SSL_CTX_ctrl()
|
| H A D | ssl_local.h | 2398 __owur int ssl_set_version_bound(int method_version, int version, int *bound);
|
| /freebsd-13.1/crypto/openssl/ssl/statem/ |
| H A D | statem_lib.c | 1669 int ssl_set_version_bound(int method_version, int version, int *bound) in ssl_set_version_bound() function
|