Lines Matching defs:result
114 static int lookup_cert_match(X509 **result, X509_STORE_CTX *ctx, X509 *x)
120 *result = NULL;
139 *result = xtmp;
2738 * records would result in us generating each of the certificate and public
3336 STACK_OF(X509) *result = NULL;
3358 /* result list to store the up_ref'ed certificates */
3361 if (!ossl_x509_add_certs_new(&result, ctx->chain, flags)) {
3362 sk_X509_free(result);
3363 result = NULL;
3368 return result;