Home | History | Annotate | Download | only in x509

Lines Matching full:find_issuer

113 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
212 xtmp=find_issuer(ctx, sktmp,x);
398 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x)
434 *issuer = find_issuer(ctx, ctx->other_ctx, x);