Searched refs:idp_flags (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/crypto/x509/
H A Dx_crl.c247 crl->idp_flags = 0;
339 crl->idp_flags |= IDP_PRESENT;
343 crl->idp_flags |= IDP_ONLYUSER;
348 crl->idp_flags |= IDP_ONLYCA;
353 crl->idp_flags |= IDP_ONLYATTR;
357 crl->idp_flags |= IDP_INVALID;
360 crl->idp_flags |= IDP_INDIRECT;
364 crl->idp_flags |= IDP_REASONS;
H A Dx509_vfy.c1126 if (crl->idp_flags & IDP_INVALID)
1131 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS))
1134 else if (crl->idp_flags & IDP_REASONS)
1146 if (!(crl->idp_flags & IDP_INDIRECT))
1398 if (crl->idp_flags & IDP_ONLYATTR)
1402 if (crl->idp_flags & IDP_ONLYUSER)
1407 if (crl->idp_flags & IDP_ONLYCA)
1540 if (crl->idp_flags & IDP_INVALID)
/external/boringssl/include/openssl/
H A Dx509.h430 int idp_flags; member in struct:X509_crl_st
/external/boringssl/src/include/openssl/
H A Dx509.h430 int idp_flags; member in struct:X509_crl_st

Completed in 278 milliseconds