Searched refs:method_version (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_conf.c336 int method_version; local
340 method_version = cctx->ctx->method->version;
342 method_version = cctx->ssl->ctx->method->version;
347 return ssl_set_version_bound(method_version, new_version, bound);
H A Dssl_local.h2397 __owur int ssl_set_version_bound(int method_version, int version, int *bound);
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_conf.c334 int method_version; local
338 method_version = cctx->ctx->method->version;
340 method_version = cctx->ssl->ctx->method->version;
345 return ssl_set_version_bound(method_version, new_version, bound);
H A Dssl_local.h2539 __owur int ssl_set_version_bound(int method_version, int version, int *bound);
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_lib.c1663 * @method_version: The version of the current SSL_METHOD.
1669 int ssl_set_version_bound(int method_version, int version, int *bound) argument
1701 switch (method_version) {
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_lib.c1663 * @method_version: The version of the current SSL_METHOD.
1669 int ssl_set_version_bound(int method_version, int version, int *bound) argument
1701 switch (method_version) {

Completed in 177 milliseconds