Home
last modified time | relevance | path

Searched refs:method_version (Results 1 – 3 of 3) sorted by relevance

/openssl-master/ssl/
A Dssl_conf.c333 int method_version; in min_max_proto() local
337 method_version = cctx->ctx->method->version; in min_max_proto()
339 method_version = cctx->ssl->ctx->method->version; in min_max_proto()
344 return ssl_set_version_bound(method_version, new_version, bound); in min_max_proto()
A Dssl_local.h2532 __owur int ssl_set_version_bound(int method_version, int version, int *bound);
/openssl-master/ssl/statem/
A Dstatem_lib.c1665 int ssl_set_version_bound(int method_version, int version, int *bound) in ssl_set_version_bound() argument
1697 switch (method_version) { in ssl_set_version_bound()

Completed in 19 milliseconds