Searched defs:cert_crl (Results 1 – 3 of 3) sorted by relevance
204 X509_STORE_CTX_cert_crl_fn cert_crl; /* Check certificate against CRL */ member248 X509_STORE_CTX_cert_crl_fn cert_crl; /* Check certificate against CRL */ member
788 X509_STORE_CTX_cert_crl_fn cert_crl) in X509_STORE_set_cert_crl()
1621 static int cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x) in cert_crl() function