otherName         580 source4/heimdal/lib/hx509/ca.c     gn.u.otherName.type_id = *oid;
otherName         581 source4/heimdal/lib/hx509/ca.c     gn.u.otherName.value = *os;
otherName         761 source4/heimdal/lib/hx509/cert.c 		der_heim_oid_cmp(&sa.val[j].u.otherName.type_id, oid) == 0)
otherName         763 source4/heimdal/lib/hx509/cert.c 		ret = add_to_list(list, &sa.val[j].u.otherName.value);
otherName        1671 source4/heimdal/lib/hx509/cert.c 	if (der_heim_oid_cmp(&c->u.otherName.type_id,
otherName        1672 source4/heimdal/lib/hx509/cert.c 			 &n->u.otherName.type_id) != 0)
otherName        1674 source4/heimdal/lib/hx509/cert.c 	if (heim_any_cmp(&c->u.otherName.value,
otherName        1675 source4/heimdal/lib/hx509/cert.c 			 &n->u.otherName.value) != 0)
otherName         915 source4/heimdal/lib/hx509/name.c 	hx509_oid_sprint(&name->u.otherName.type_id, &str);
otherName         602 source4/heimdal/lib/hx509/print.c 				     &gn.val[i].u.otherName.type_id) != 0)
otherName         607 source4/heimdal/lib/hx509/print.c 		(*check_altname[j].func)(ctx, &gn.val[i].u.otherName.value);
otherName         611 source4/heimdal/lib/hx509/print.c 		hx509_oid_print(&gn.val[i].u.otherName.type_id,