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

/freebsd-10.0-release/crypto/openssl/crypto/x509/
H A Dx509_vfy.c830 static int get_crl_sk(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509_CRL **pdcrl, function
1314 ok = get_crl_sk(ctx, &crl, &dcrl,
1324 /* If no CRLs found and a near match from get_crl_sk use that */
1328 get_crl_sk(ctx, &crl, &dcrl, &issuer, &crl_score, &reasons, skcrl);

Completed in 111 milliseconds