OBJ_obj2txt
OBJ_obj2txt(objtmp, sizeof objtmp, fn, 1);
OBJ_obj2txt(oidstr, sizeof oidstr,
OBJ_obj2txt(oidstr, sizeof oidstr,
OBJ_obj2txt(objbuf, sizeof objbuf, oid, 1);
LCRYPTO_USED(OBJ_obj2txt);
LCRYPTO_ALIAS(OBJ_obj2txt);
int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
int len = OBJ_obj2txt(obj_txt, sizeof(obj_txt), obj, 0);
if (OBJ_obj2txt(buf, sizeof(buf), aobj, 1) == 0)
len = OBJ_obj2txt(buf, sizeof(buf), obj, 1);
if ((OBJ_obj2txt(NULL, 0, obj, 1) != len)) {
if ((OBJ_obj2txt(buf, 3, obj, 1) != len)) {
len = OBJ_obj2txt(buf, sizeof(buf), obj, 0);
if (OBJ_obj2txt(buf, sizeof(buf), NULL, 1) != 0) {
if (OBJ_obj2txt(buf, sizeof(buf), obj, 1) != 0) {
len = OBJ_obj2txt(buf, sizeof(buf), obj, 1);
OBJ_obj2txt(buf, sizeof(buf), ci->contentType, 1);
OBJ_obj2txt(objn, sizeof(objn), obj, 0);
OBJ_obj2txt(buf, sizeof(buf), oid, 0);
OBJ_obj2txt(buf, sizeof(buf), oid, 0);
OBJ_obj2txt(buf, sizeof(buf), oid, 0);
OBJ_obj2txt(pbuf, sizeof(pbuf), policy->policyid, 1);
OBJ_obj2txt(cbuf, sizeof(cbuf), certpol_oid, 1);
OBJ_obj2txt(buf, sizeof(buf), obj, 1);
OBJ_obj2txt(buf, sizeof(buf), obj, 1);
OBJ_obj2txt(buf, sizeof(buf), obj, 1);
OBJ_obj2txt(obuf, sizeof(obuf), oid, 1);
OBJ_obj2txt(buf, sizeof(buf), obj, 1);
OBJ_obj2txt(obuf, sizeof(obuf), octype, 1);
OBJ_obj2txt(buf, sizeof(buf), aobj, 0);