Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_conf.c336 int method_version; in min_max_proto() local
340 method_version = cctx->ctx->method->version; in min_max_proto()
342 method_version = cctx->ssl->defltmeth->version; in min_max_proto()
347 return ssl_set_version_bound(method_version, new_version, bound); in min_max_proto()
H A Dssl_local.h2665 __owur int ssl_set_version_bound(int method_version, int version, int *bound);
/openssl/ssl/statem/
H A Dstatem_lib.c2059 int ssl_set_version_bound(int method_version, int version, int *bound) in ssl_set_version_bound() argument
2093 switch (method_version) { in ssl_set_version_bound()

Completed in 36 milliseconds