HomeSort by relevance Sort by last modified time
    Searched refs:idp_flags (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/x509/
x_crl.c 247 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;
x509_vfy.c 1131 if (crl->idp_flags & IDP_INVALID)
1136 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS))
1139 else if (crl->idp_flags & IDP_REASONS)
1151 if (!(crl->idp_flags & IDP_INDIRECT))
    [all...]
  /external/boringssl/src/include/openssl/
x509.h 429 int idp_flags; member in struct:X509_crl_st
    [all...]

Completed in 467 milliseconds