Home | History | Annotate | Download | only in apps

Lines Matching refs:rev

230 int make_revoked(X509_REVOKED *rev, const char *str);
2787 int make_revoked(X509_REVOKED *rev, const char *str)
2803 if (rev && !X509_REVOKED_set_revocationDate(rev, revDate))
2806 if (rev && (reason_code != OCSP_REVOKED_STATUS_NOSTATUS))
2811 if (!X509_REVOKED_add1_ext_i2d(rev, NID_crl_reason, rtmp, 0, 0))
2815 if (rev && comp_time)
2817 if (!X509_REVOKED_add1_ext_i2d(rev, NID_invalidity_date, comp_time, 0, 0))
2820 if (rev && hold)
2822 if (!X509_REVOKED_add1_ext_i2d(rev, NID_hold_instruction_code, hold, 0, 0))