Searched refs:csb_teamid (Results 1 – 4 of 4) sorted by relevance
3207 if (!blob->csb_platform_binary || blob->csb_teamid != NULL) { in ubc_cs_supports_multilevel_hash()3977 blob->csb_teamid = NULL; in cs_blob_init_validated()4322 tmp_blob.csb_teamid = csblob_parse_teamid(&tmp_blob); in ubc_cs_blob_add()4324 if (tmp_blob.csb_teamid) { in ubc_cs_blob_add()4325 …ntf("check_signature[pid: %d]: team-id is %s\n", proc_getpid(current_proc()), tmp_blob.csb_teamid); in ubc_cs_blob_add()4401 } else if (tmp_blob.csb_teamid) { //teamid binary needs to be the same for app slices in ubc_cs_blob_add()4403 oblob->csb_teamid == NULL || in ubc_cs_blob_add()4404 strcmp(oblob->csb_teamid, tmp_blob.csb_teamid) != 0) { in ubc_cs_blob_add()4411 oblob->csb_teamid != NULL) { in ubc_cs_blob_add()4679 } else if (orig_blob->csb_teamid != NULL) { in ubc_cs_blob_add_supplement()[all …]
611 return csblob->csb_teamid; in csblob_get_teamid()1310 str = uip->cs_blobs->csb_teamid; in csfg_get_teamid()
130 const char *csb_teamid; member
2150 team_id_ptr = int(cs_blob.csb_teamid)2153 team_id = str(cs_blob.csb_teamid)