Searched refs:check_crl (Results 1 – 6 of 6) sorted by relevance
878 X509_STORE_CTX_check_crl_fn check_crl) in X509_STORE_set_check_crl() argument880 xs->check_crl = check_crl; in X509_STORE_set_check_crl()885 return xs->check_crl; in X509_STORE_get_check_crl()
135 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl); member
1059 ok = ctx->check_crl(ctx, crl); in check_cert()1064 ok = ctx->check_crl(ctx, dcrl); in check_cert()1624 static int check_crl(X509_STORE_CTX *ctx, X509_CRL *crl) in check_crl() function2533 if (store != NULL && store->check_crl != NULL) in X509_STORE_CTX_init()2534 ctx->check_crl = store->check_crl; in X509_STORE_CTX_init()2536 ctx->check_crl = check_crl; in X509_STORE_CTX_init()2738 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 25 milliseconds