Searched refs:hashType (Results 1 – 2 of 2) sorted by relevance
223 uint8_t hashType; /* type of hash (cdHashType* constants) */ member
241 uint32_t type = cd->hashType; in hash_rank()378 hashtype = cs_find_md(cd->hashType); in cs_validate_codedirectory()585 …printf("CodeDirectory type %d rank %d at slot 0x%x index %d\n", candidate->hashType, (int)rank, (i… in cs_validate_csblob()592 printf("using CodeDirectory type %d (rank %d)\n", (int)best_cd->hashType, best_rank); in cs_validate_csblob()597 printf("multiple hash=%d CodeDirectories in signature; rejecting\n", best_cd->hashType); in cs_validate_csblob()601 if (candidate->hashType == CS_HASHTYPE_SHA1) { in cs_validate_csblob()688 (int)(*rcd)->hashType, (*rcd)->flags, sha1_cd->flags); in cs_validate_csblob()4056 blob->csb_hashtype = cs_find_md(cd->hashType); in cs_blob_init_validated()