Searched refs:hashType (Results 1 – 2 of 2) sorted by relevance
169 uint8_t hashType; /* type of hash (cdHashType* constants) */ member
243 uint32_t type = cd->hashType; in hash_rank()379 hashtype = cs_find_md(cd->hashType); in cs_validate_codedirectory()582 …printf("CodeDirectory type %d rank %d at slot 0x%x index %d\n", candidate->hashType, (int)rank, (i… in cs_validate_csblob()589 printf("using CodeDirectory type %d (rank %d)\n", (int)best_cd->hashType, best_rank); in cs_validate_csblob()594 printf("multiple hash=%d CodeDirectories in signature; rejecting\n", best_cd->hashType); in cs_validate_csblob()598 if (candidate->hashType == CS_HASHTYPE_SHA1) { in cs_validate_csblob()649 (int)(*rcd)->hashType, (*rcd)->flags, sha1_cd->flags); in cs_validate_csblob()3712 blob->csb_hashtype = cs_find_md(cd->hashType); in cs_blob_init_validated()