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

  /external/openssl/crypto/asn1/
x_crl.c 222 crl->idp_flags = 0;
315 crl->idp_flags |= IDP_PRESENT;
319 crl->idp_flags |= IDP_ONLYUSER;
324 crl->idp_flags |= IDP_ONLYCA;
329 crl->idp_flags |= IDP_ONLYATTR;
333 crl->idp_flags |= IDP_INVALID;
336 crl->idp_flags |= IDP_INDIRECT;
340 crl->idp_flags |= IDP_REASONS;
  /external/openssl/crypto/x509/
x509_vfy.c 989 if (crl->idp_flags & IDP_INVALID)
994 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS))
997 else if (crl->idp_flags & IDP_REASONS)
1009 if (!(crl->idp_flags & IDP_INDIRECT))
1261 if (crl->idp_flags & IDP_ONLYATTR)
1265 if (crl->idp_flags & IDP_ONLYUSER)
1270 if (crl->idp_flags & IDP_ONLYCA)
    [all...]
x509.h 472 int idp_flags; member in struct:X509_crl_st
    [all...]
  /external/openssl/include/openssl/
x509.h 472 int idp_flags; member in struct:X509_crl_st
    [all...]

Completed in 157 milliseconds