Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509/
Dx_crl.c177 crl->idp_flags = 0; in crl_cb()
279 crl->idp_flags |= IDP_PRESENT; in setup_idp()
282 crl->idp_flags |= IDP_ONLYUSER; in setup_idp()
286 crl->idp_flags |= IDP_ONLYCA; in setup_idp()
290 crl->idp_flags |= IDP_ONLYATTR; in setup_idp()
294 crl->idp_flags |= IDP_INVALID; in setup_idp()
297 crl->idp_flags |= IDP_INDIRECT; in setup_idp()
300 crl->idp_flags |= IDP_REASONS; in setup_idp()
Dx509_vfy.c1189 if (crl->idp_flags & IDP_INVALID) in get_crl_score()
1193 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS)) in get_crl_score()
1195 } else if (crl->idp_flags & IDP_REASONS) { in get_crl_score()
1205 if (!(crl->idp_flags & IDP_INDIRECT)) in get_crl_score()
1441 if (crl->idp_flags & IDP_ONLYATTR) in crl_crldp_check()
1444 if (crl->idp_flags & IDP_ONLYUSER) in crl_crldp_check()
1447 if (crl->idp_flags & IDP_ONLYCA) in crl_crldp_check()
1560 if ((crl->idp_flags & IDP_INVALID) && in check_crl()
/third_party/openssl/include/crypto/
Dx509.h102 int idp_flags; member