HomeSort by: relevance | last modified time | path
    Searched defs:method_version (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_conf.c 337 int method_version; local
341 method_version = cctx->ctx->method->version;
343 method_version = cctx->ssl->defltmeth->version;
348 return ssl_set_version_bound(method_version, new_version, bound);
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_conf.c 334 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);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_conf.c 336 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);

Completed in 28 milliseconds