Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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->ctx->method->version; in min_max_proto()
347 return ssl_set_version_bound(method_version, new_version, bound); in min_max_proto()
H A Dssl_local.h2397 __owur int ssl_set_version_bound(int method_version, int version, int *bound);
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_conf.c334 int method_version; in min_max_proto() local
338 method_version = cctx->ctx->method->version; in min_max_proto()
340 method_version = cctx->ssl->ctx->method->version; in min_max_proto()
345 return ssl_set_version_bound(method_version, new_version, bound); in min_max_proto()
H A Dssl_local.h2539 __owur int ssl_set_version_bound(int method_version, int version, int *bound);
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_lib.c1669 int ssl_set_version_bound(int method_version, int version, int *bound) in ssl_set_version_bound() argument
1701 switch (method_version) { in ssl_set_version_bound()