Home | History | Annotate | Download | only in ssl

Lines Matching refs:x509_method

245   ret->x509_method = method->x509_method;
259 ret->cert = ssl_cert_new(method->x509_method);
269 if (!ret->x509_method->ssl_ctx_new(ret)) {
347 ctx->x509_method->ssl_ctx_free(ctx);
406 if (!ssl->ctx->x509_method->ssl_new(ssl)) {
472 ssl->ctx->x509_method->ssl_free(ssl);
1945 if (ssl->ctx->x509_method != ctx->x509_method) {