X509_NAME_get_index_by_OBJ
j = X509_NAME_get_index_by_OBJ(name, obj, last);
j = X509_NAME_get_index_by_OBJ(CAname, obj, last2);
i = X509_NAME_get_index_by_OBJ(name, obj, -1);
return X509_NAME_get_index_by_OBJ(name, obj, lastpos);
int X509_NAME_get_index_by_OBJ(const X509_NAME *name, const ASN1_OBJECT *obj,