HomeSort by relevance Sort by last modified time
    Searched refs:CRL_SCORE_TIME_DELTA (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_vfy.c 109 #define CRL_SCORE_TIME_DELTA 0x002
803 if ((i < 0) && !(ctx->current_crl_score & CRL_SCORE_TIME_DELTA))
958 *pscore |= CRL_SCORE_TIME_DELTA;
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.c 109 #define CRL_SCORE_TIME_DELTA 0x002
814 if ((i < 0) && !(ctx->current_crl_score & CRL_SCORE_TIME_DELTA))
969 *pscore |= CRL_SCORE_TIME_DELTA;
    [all...]

Completed in 308 milliseconds