Home | History | Annotate | Download | only in apps

Lines Matching defs:hold

144 #define REV_HOLD		2	/* Value is hold instruction */
2816 ASN1_OBJECT *hold = NULL;
2822 i = unpack_revinfo(&revDate, &reason_code, &hold, &comp_time, str);
2844 if (rev && hold)
2846 if (!X509_REVOKED_add1_ext_i2d(rev, NID_hold_instruction_code, hold, 0, 0))
2857 ASN1_OBJECT_free(hold);
2911 ASN1_OBJECT *hold = NULL;
2959 else if (reason_code == 8) /* Hold instruction */
2963 BIO_printf(bio_err, "missing hold instruction\n");
2967 hold = OBJ_txt2obj(arg_str, 0);
2969 if (!hold)
2974 if (phold) *phold = hold;
3005 if (!phold) ASN1_OBJECT_free(hold);