Lines Matching defs:obj
138 static int old_entry_print(const ASN1_OBJECT *obj, const ASN1_STRING *str);
1485 ASN1_OBJECT *obj;
1517 obj = X509_NAME_ENTRY_get_object(ne);
1518 nid = OBJ_obj2nid(obj);
1556 old_entry_print(obj, str);
1582 obj = OBJ_nid2obj(j);
1589 j = X509_NAME_get_index_by_OBJ(name, obj, last);
1625 j = X509_NAME_get_index_by_OBJ(CAname, obj, last2);
2503 static int old_entry_print(const ASN1_OBJECT *obj, const ASN1_STRING *str)
2509 j = i2a_ASN1_OBJECT(bio_err, obj);