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

  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x_crl.c 228 crl->idp_reasons = CRLDP_ALL_REASONS;
344 crl->idp_flags |= IDP_REASONS;
346 crl->idp_reasons = idp->onlysomereasons->data[0];
348 crl->idp_reasons |=
350 crl->idp_reasons &= CRLDP_ALL_REASONS;
x509_vfy.c 1117 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS))
1120 else if (crl->idp_flags & IDP_REASONS)
1123 if (!(crl->idp_reasons & ~tmp_reasons))
    [all...]
  /external/openssl/crypto/asn1/
x_crl.c 223 crl->idp_reasons = CRLDP_ALL_REASONS;
341 crl->idp_flags |= IDP_REASONS;
343 crl->idp_reasons = idp->onlysomereasons->data[0];
345 crl->idp_reasons |=
347 crl->idp_reasons &= CRLDP_ALL_REASONS;
  /external/openssl/crypto/x509/
x509_vfy.c 1001 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS))
1004 else if (crl->idp_flags & IDP_REASONS)
1007 if (!(crl->idp_reasons & ~tmp_reasons))
1280 *preasons = crl->idp_reasons;
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
x509v3.h 377 #define IDP_REASONS 0x40
  /external/openssl/crypto/x509v3/
x509v3.h 380 #define IDP_REASONS 0x40
  /external/openssl/include/openssl/
x509v3.h 380 #define IDP_REASONS 0x40

Completed in 246 milliseconds