Searched refs:get_crl (Results 1 – 9 of 9) sorted by relevance
864 X509_STORE_CTX_get_crl_fn get_crl) in X509_STORE_set_get_crl() argument866 xs->get_crl = get_crl; in X509_STORE_set_get_crl()871 return xs->get_crl; in X509_STORE_get_get_crl()
133 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); member
1084 if (ctx->get_crl != NULL) { in check_cert()1088 ok = ctx->get_crl(ctx, &crl, x); in check_cert()2572 if (store != NULL && store->get_crl != NULL) in X509_STORE_CTX_init()2573 ctx->get_crl = store->get_crl; in X509_STORE_CTX_init()2575 ctx->get_crl = NULL; in X509_STORE_CTX_init()2770 return ctx->get_crl; in X509_STORE_CTX_get_get_crl()2774 X509_STORE_CTX_get_crl_fn get_crl) in X509_STORE_CTX_set_get_crl() argument2776 ctx->get_crl = get_crl; in X509_STORE_CTX_set_get_crl()
239 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); member
42 X509_STORE_CTX_get_crl_fn get_crl);
84 X509_STORE_CTX_get_crl_fn get_crl);
541 X509_STORE_CTX_get_crl_fn get_crl);595 X509_STORE_CTX_get_crl_fn get_crl);
444 X509_STORE_CTX_get_crl_fn get_crl);498 X509_STORE_CTX_get_crl_fn get_crl);
11561 Modify get_crl() to find a valid (unexpired) CRL if possible.