Searched refs:csb_teamid (Results 1 – 3 of 3) sorted by relevance
3029 if (!blob->csb_platform_binary || blob->csb_teamid != NULL) { in ubc_cs_supports_multilevel_hash()3675 blob->csb_teamid = NULL; in cs_blob_init_validated()4007 tmp_blob.csb_teamid = csblob_parse_teamid(&tmp_blob); in ubc_cs_blob_add()4009 if (tmp_blob.csb_teamid) { in ubc_cs_blob_add()4010 …ntf("check_signature[pid: %d]: team-id is %s\n", proc_getpid(current_proc()), tmp_blob.csb_teamid); in ubc_cs_blob_add()4064 } else if (tmp_blob.csb_teamid) { //teamid binary needs to be the same for app slices in ubc_cs_blob_add()4066 oblob->csb_teamid == NULL || in ubc_cs_blob_add()4067 strcmp(oblob->csb_teamid, tmp_blob.csb_teamid) != 0) { in ubc_cs_blob_add()4074 oblob->csb_teamid != NULL) { in ubc_cs_blob_add()4341 } else if (orig_blob->csb_teamid != NULL) { in ubc_cs_blob_add_supplement()[all …]
561 return csblob->csb_teamid; in csblob_get_teamid()1164 str = uip->cs_blobs->csb_teamid; in csfg_get_teamid()
129 const char *csb_teamid; member