Home
last modified time | relevance | path

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

/external/openssl/crypto/x509/
Dx509_vfy.c81 #define CRL_SCORE_SCOPE 0x080 macro
93 #define CRL_SCORE_VALID (CRL_SCORE_NOCRITICAL|CRL_SCORE_TIME|CRL_SCORE_SCOPE)
1034 crl_score |= CRL_SCORE_SCOPE; in get_crl_score()
1382 if (!(ctx->current_crl_score & CRL_SCORE_SCOPE)) in check_crl()