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 235 crl->idp_flags = 0;
326 crl->idp_flags |= IDP_PRESENT;
329 crl->idp_flags |= IDP_ONLYUSER;
333 crl->idp_flags |= IDP_ONLYCA;
337 crl->idp_flags |= IDP_ONLYATTR;
341 crl->idp_flags |= IDP_INVALID;
344 crl->idp_flags |= IDP_INDIRECT;
347 crl->idp_flags |= IDP_REASONS;
x509_vfy.c     [all...]
  /external/boringssl/src/include/openssl/
x509.h 429 int idp_flags; member in struct:X509_crl_st
    [all...]

Completed in 83 milliseconds