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

  /external/openssl/crypto/asn1/
x_crl.c 223 crl->idp_reasons = CRLDP_ALL_REASONS;
340 crl->idp_flags |= IDP_REASONS;
342 crl->idp_reasons = idp->onlysomereasons->data[0];
344 crl->idp_reasons |=
346 crl->idp_reasons &= CRLDP_ALL_REASONS;
  /external/openssl/crypto/x509/
x509_vfy.c 994 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS))
997 else if (crl->idp_flags & IDP_REASONS)
1000 if (!(crl->idp_reasons & ~tmp_reasons))
1273 *preasons = crl->idp_reasons;
    [all...]
x509.h 473 int idp_reasons; member in struct:X509_crl_st
    [all...]
  /external/openssl/include/openssl/
x509.h 473 int idp_reasons; member in struct:X509_crl_st
    [all...]

Completed in 43 milliseconds