Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509/
Dx_crl.c235 crl->idp_flags = 0; in crl_cb()
326 crl->idp_flags |= IDP_PRESENT; in setup_idp()
329 crl->idp_flags |= IDP_ONLYUSER; in setup_idp()
333 crl->idp_flags |= IDP_ONLYCA; in setup_idp()
337 crl->idp_flags |= IDP_ONLYATTR; in setup_idp()
341 crl->idp_flags |= IDP_INVALID; in setup_idp()
344 crl->idp_flags |= IDP_INDIRECT; in setup_idp()
347 crl->idp_flags |= IDP_REASONS; in setup_idp()
Dx509_vfy.c1175 if (crl->idp_flags & IDP_INVALID) in get_crl_score()
1179 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS)) in get_crl_score()
1181 } else if (crl->idp_flags & IDP_REASONS) { in get_crl_score()
1191 if (!(crl->idp_flags & IDP_INDIRECT)) in get_crl_score()
1438 if (crl->idp_flags & IDP_ONLYATTR) in crl_crldp_check()
1441 if (crl->idp_flags & IDP_ONLYUSER) in crl_crldp_check()
1444 if (crl->idp_flags & IDP_ONLYCA) in crl_crldp_check()
1571 if (crl->idp_flags & IDP_INVALID) { in check_crl()
/external/boringssl/src/include/openssl/
Dx509.h429 int idp_flags; member