Home
last modified time | relevance | path

Searched refs:current_crl_score (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/ohos_lite/include/crypto/
Dx509.h249 int current_crl_score; member
/third_party/openssl/crypto/x509/
Dx509_vfy.c941 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()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dx509_vfy.c941 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()
/third_party/openssl/include/crypto/
Dx509.h272 int current_crl_score; member
/third_party/node/deps/openssl/openssl/include/crypto/
Dx509.h272 int current_crl_score; member