Searched refs:best_crl (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/x509/
H A Dx509_vfy.c837 X509_CRL *crl, *best_crl = NULL; local
848 best_crl = crl;
855 if (best_crl)
859 *pcrl = best_crl;
863 CRYPTO_add(&best_crl->references, 1, CRYPTO_LOCK_X509_CRL);
869 get_delta_sk(ctx, pdcrl, pscore, best_crl, crls);

Completed in 113 milliseconds