HomeSort by: relevance | last modified time | path
    Searched refs:idp_reasons (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x_crl.c 182 crl->idp_reasons = CRLDP_ALL_REASONS;
313 crl->idp_flags |= IDP_REASONS;
315 crl->idp_reasons = idp->onlysomereasons->data[0];
317 crl->idp_reasons |= (idp->onlysomereasons->data[1] << 8);
318 crl->idp_reasons &= CRLDP_ALL_REASONS;
x509_vfy.c 1214 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS))
1216 } else if ((crl->idp_flags & IDP_REASONS) != 0) {
1218 if ((crl->idp_reasons & ~tmp_reasons) == 0)
1464 *preasons = crl->idp_reasons;
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x_crl.c 182 crl->idp_reasons = CRLDP_ALL_REASONS;
304 crl->idp_flags |= IDP_REASONS;
306 crl->idp_reasons = idp->onlysomereasons->data[0];
308 crl->idp_reasons |= (idp->onlysomereasons->data[1] << 8);
309 crl->idp_reasons &= CRLDP_ALL_REASONS;
x509_vfy.c 1193 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS))
1195 } else if (crl->idp_flags & IDP_REASONS) {
1197 if (!(crl->idp_reasons & ~tmp_reasons))
1450 *preasons = crl->idp_reasons;
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x_crl.c 181 crl->idp_reasons = CRLDP_ALL_REASONS;
310 crl->idp_flags |= IDP_REASONS;
312 crl->idp_reasons = idp->onlysomereasons->data[0];
314 crl->idp_reasons |= (idp->onlysomereasons->data[1] << 8);
315 crl->idp_reasons &= CRLDP_ALL_REASONS;
x509_vfy.c 1366 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS))
1368 } else if ((crl->idp_flags & IDP_REASONS) != 0) {
1370 if ((crl->idp_reasons & ~tmp_reasons) == 0)
1614 *preasons = crl->idp_reasons;
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
x509.h 103 int idp_reasons; member in struct:X509_crl_st
  /src/crypto/external/apache2/openssl/dist/include/crypto/
x509.h 114 int idp_reasons; member in struct:X509_crl_st
  /src/crypto/external/bsd/openssl/dist/include/crypto/
x509.h 114 int idp_reasons; member in struct:X509_crl_st

Completed in 35 milliseconds