Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dx_crl.c304 crl->idp_flags |= IDP_INVALID; in setup_idp()
326 crl->idp_flags |= IDP_INVALID; in setup_idp()
H A Dx509_vfy.c1365 if ((crl->idp_flags & IDP_INVALID) != 0) in get_crl_score()
1721 … if ((crl->idp_flags & IDP_INVALID) != 0 && !verify_cb_crl(ctx, X509_V_ERR_INVALID_EXTENSION)) in check_crl()
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in380 #define IDP_INVALID 0x2 macro
H A Dx509v3.h620 #define IDP_INVALID 0x2 macro