Searched refs:get0_best_issuer_sk (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/x509/ |
H A D | x509_vfy.c | 384 static X509 *get0_best_issuer_sk(X509_STORE_CTX *ctx, int trusted, in get0_best_issuer_sk() function 431 *issuer = get0_best_issuer_sk(ctx, 1 /* trusted */, 0, certs, x); in X509_STORE_CTX_get1_issuer() 458 *issuer = get0_best_issuer_sk(ctx, 1 /* trusted */, 1 /* no_dup */, in get1_best_issuer_other_sk() 3494 NULL : get0_best_issuer_sk(ctx, 0, 1, sk_untrusted, curr); in build_chain()
|
Completed in 11 milliseconds