Searched refs:check_crl (Results 1 – 6 of 6) sorted by relevance
876 X509_STORE_CTX_check_crl_fn check_crl) in X509_STORE_set_check_crl() argument878 xs->check_crl = check_crl; in X509_STORE_set_check_crl()883 return xs->check_crl; in X509_STORE_get_check_crl()
135 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl); member
1090 ok = ctx->check_crl(ctx, crl); in check_cert()1095 ok = ctx->check_crl(ctx, dcrl); in check_cert()1655 static int check_crl(X509_STORE_CTX *ctx, X509_CRL *crl) in check_crl() function2564 if (store != NULL && store->check_crl != NULL) in X509_STORE_CTX_init()2565 ctx->check_crl = store->check_crl; in X509_STORE_CTX_init()2567 ctx->check_crl = check_crl; in X509_STORE_CTX_init()2769 return ctx->check_crl; in X509_STORE_CTX_get_check_crl()
241 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl); member
88 X509_STORE_CTX_check_crl_fn check_crl);
440 X509_STORE_CTX_check_crl_fn check_crl);
Completed in 22 milliseconds