Searched refs:method_version (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | ssl_conf.c | 336 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 D | ssl_local.h | 2397 __owur int ssl_set_version_bound(int method_version, int version, int *bound);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
| H A D | ssl_conf.c | 334 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 D | ssl_local.h | 2539 __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 D | statem_lib.c | 1669 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()
|