Searched refs:current_crl_score (Results 1 – 5 of 5) sorted by relevance
249 int current_crl_score; member
941 ctx->current_crl_score = 0; in check_cert()1044 if (i < 0 && (ctx->current_crl_score & CRL_SCORE_TIME_DELTA) == 0) { in check_crl_time()1516 ctx->current_crl_score = crl_score; in get_crl_delta()1563 if ((ctx->current_crl_score & CRL_SCORE_SCOPE) == 0 && in check_crl()1567 if ((ctx->current_crl_score & CRL_SCORE_SAME_PATH) == 0 && in check_crl()1577 if ((ctx->current_crl_score & CRL_SCORE_TIME) == 0 && in check_crl()2344 ctx->current_crl_score = 0; in X509_STORE_CTX_init()
272 int current_crl_score; member