Searched refs:arg_str (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dca.c2883 char *rtime_str, *reason_str = NULL, *arg_str = NULL, *p; local
2904 arg_str = p + 1;
2937 if (!arg_str)
2943 hold = OBJ_txt2obj(arg_str, 0);
2947 BIO_printf(bio_err, "invalid object identifier %s\n", arg_str);
2954 if (!arg_str)
2960 if (!ASN1_GENERALIZEDTIME_set_string(comp_time, arg_str))
2962 BIO_printf(bio_err, "invalid compromised time %s\n", arg_str);

Completed in 30 milliseconds