Lines Matching defs:hold
84 REV_HOLD = 2, /* Value is hold instruction */
238 "the hold instruction, an OID. Sets revocation reason to certificateHold"},
2454 ASN1_OBJECT *hold = NULL;
2460 i = unpack_revinfo(&revDate, &reason_code, &hold, &comp_time, str);
2481 if (rev && hold) {
2483 (rev, NID_hold_instruction_code, hold, 0, 0) <= 0)
2495 ASN1_OBJECT_free(hold);
2552 ASN1_OBJECT *hold = NULL;
2603 BIO_printf(bio_err, "missing hold instruction\n");
2607 hold = OBJ_txt2obj(arg_str, 0);
2609 if (!hold) {
2614 *phold = hold;
2616 ASN1_OBJECT_free(hold);