Lines Matching defs:rev
137 static int make_revoked(X509_REVOKED *rev, const char *str);
2449 static int make_revoked(X509_REVOKED *rev, const char *str)
2465 if (rev && !X509_REVOKED_set_revocationDate(rev, revDate))
2468 if (rev && (reason_code != OCSP_REVOKED_STATUS_NOSTATUS)) {
2472 if (X509_REVOKED_add1_ext_i2d(rev, NID_crl_reason, rtmp, 0, 0) <= 0)
2476 if (rev && comp_time) {
2478 (rev, NID_invalidity_date, comp_time, 0, 0) <= 0)
2481 if (rev && hold) {
2483 (rev, NID_hold_instruction_code, hold, 0, 0) <= 0)