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

  /external/openssl/crypto/x509v3/
v3_enum.c 63 static ENUMERATED_NAMES crl_reasons[] = { variable
84 crl_reasons};
  /external/openssl/crypto/x509/
x509_vfy.c 984 unsigned int tmp_reasons = *preasons, crl_reasons; local
1032 if (crl_crldp_check(x, crl, crl_score, &crl_reasons))
1035 if (!(crl_reasons & ~tmp_reasons))
1037 tmp_reasons |= crl_reasons;
    [all...]
  /external/openssl/apps/
ca.c 2664 static const char *crl_reasons[] = { variable
    [all...]

Completed in 675 milliseconds