HomeSort by: relevance | last modified time | path
    Searched refs:current_crl_score (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
x509.h 249 int current_crl_score; member in struct:x509_store_ctx_st
  /src/crypto/external/apache2/openssl/dist/include/crypto/
x509.h 272 int current_crl_score; member in struct:x509_store_ctx_st
  /src/crypto/external/bsd/openssl/dist/include/crypto/
x509.h 272 int current_crl_score; member in struct:x509_store_ctx_st
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_vfy.c 941 ctx->current_crl_score = 0;
1044 if (i < 0 && (ctx->current_crl_score & CRL_SCORE_TIME_DELTA) == 0) {
1516 ctx->current_crl_score = crl_score;
1563 if ((ctx->current_crl_score & CRL_SCORE_SCOPE) == 0 &&
1567 if ((ctx->current_crl_score & CRL_SCORE_SAME_PATH) == 0 &&
1577 if ((ctx->current_crl_score & CRL_SCORE_TIME) == 0 &&
2344 ctx->current_crl_score = 0;
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_vfy.c 905 ctx->current_crl_score = 0;
1010 if ((i < 0) && !(ctx->current_crl_score & CRL_SCORE_TIME_DELTA)) {
1504 ctx->current_crl_score = crl_score;
1551 if (!(ctx->current_crl_score & CRL_SCORE_SCOPE) &&
1555 if (!(ctx->current_crl_score & CRL_SCORE_SAME_PATH) &&
1565 if (!(ctx->current_crl_score & CRL_SCORE_TIME) &&
2288 ctx->current_crl_score = 0;
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_vfy.c 1074 ctx->current_crl_score = 0;
1090 ctx->current_crl_score = get_crl_score(ctx, &crl_issuer,
1187 if (i < 0 && (ctx->current_crl_score & CRL_SCORE_TIME_DELTA) == 0) {
1666 ctx->current_crl_score = crl_score;
1712 if ((ctx->current_crl_score & CRL_SCORE_SCOPE) == 0 && !verify_cb_crl(ctx, X509_V_ERR_DIFFERENT_CRL_SCOPE))
1715 if ((ctx->current_crl_score & CRL_SCORE_SAME_PATH) == 0 && check_crl_path(ctx, ctx->current_issuer) <= 0 && !verify_cb_crl(ctx, X509_V_ERR_CRL_PATH_VALIDATION_ERROR))
1722 if ((ctx->current_crl_score & CRL_SCORE_TIME) == 0 && !check_crl_time(ctx, crl, 1))
2528 ctx->current_crl_score = 0;

Completed in 37 milliseconds