Home
last modified time | relevance | path

Searched refs:CRL_SCORE_TIME_DELTA (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vfy.c42 #define CRL_SCORE_TIME_DELTA 0x002 /* Have a delta CRL with valid times */ macro
1044 if (i < 0 && (ctx->current_crl_score & CRL_SCORE_TIME_DELTA) == 0) { in check_crl_time()
1185 *pscore |= CRL_SCORE_TIME_DELTA; in get_delta_sk()
/third_party/openssl/crypto/x509/
H A Dx509_vfy.c42 #define CRL_SCORE_TIME_DELTA 0x002 /* Have a delta CRL with valid times */ macro
1044 if (i < 0 && (ctx->current_crl_score & CRL_SCORE_TIME_DELTA) == 0) { in check_crl_time()
1185 *pscore |= CRL_SCORE_TIME_DELTA; in get_delta_sk()

Completed in 9 milliseconds