Home
last modified time | relevance | path

Searched refs:hashType (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/osfmk/kern/
H A Dcs_blobs.h223 uint8_t hashType; /* type of hash (cdHashType* constants) */ member
/xnu-12377.81.4/bsd/kern/
H A Dubc_subr.c236 uint32_t type = cd->hashType; in hash_rank()
373 hashtype = cs_find_md(cd->hashType); in cs_validate_codedirectory()
583 …printf("CodeDirectory type %d rank %d at slot 0x%x index %d\n", candidate->hashType, (int)rank, (i… in cs_validate_csblob()
590 printf("using CodeDirectory type %d (rank %d)\n", (int)best_cd->hashType, best_rank); in cs_validate_csblob()
595 printf("multiple hash=%d CodeDirectories in signature; rejecting\n", best_cd->hashType); in cs_validate_csblob()
4094 blob->csb_hashtype = cs_find_md(cd->hashType); in cs_blob_init_validated()
6198 *type = blob->csb_cd->hashType; in ubc_cs_getcdhash()