Searched refs:get_crl (Results 1 – 3 of 3) sorted by relevance
766 X509_STORE_CTX_get_crl_fn get_crl) in X509_STORE_set_get_crl() argument768 ctx->get_crl = get_crl; in X509_STORE_set_get_crl()773 return ctx->get_crl; in X509_STORE_get_get_crl()
893 if (ctx->get_crl) in check_cert()894 ok = ctx->get_crl(ctx, &crl, x); in check_cert()2288 if (store && store->get_crl) in X509_STORE_CTX_init()2289 ctx->get_crl = store->get_crl; in X509_STORE_CTX_init()2291 ctx->get_crl = NULL; in X509_STORE_CTX_init()
202 X509_STORE_CTX_get_crl_fn get_crl; /* retrieve CRL */ member246 X509_STORE_CTX_get_crl_fn get_crl; /* retrieve CRL */ member486 X509_STORE_CTX_get_crl_fn get_crl);