Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dubc_subr.c361 struct cs_hash const *hashtype; in cs_validate_codedirectory() local
373 hashtype = cs_find_md(cd->hashType); in cs_validate_codedirectory()
374 if (hashtype == NULL) { in cs_validate_codedirectory()
378 if (cd->hashSize != hashtype->cs_size) { in cs_validate_codedirectory()
5816 struct cs_hash const *hashtype = NULL; in cs_validate_hash() local
5857 hashtype = blob->csb_hashtype; in cs_validate_hash()
5858 if (hashtype == NULL) { in cs_validate_hash()
5871 hashtype->cs_size, in cs_validate_hash()
5913 hashtype->cs_init(&mdctx); in cs_validate_hash()
5923 hashtype->cs_init(&partialctx); in cs_validate_hash()
[all …]
H A Dkern_descrip.c4121 int hashtype = cs_hash_type(blob->csb_hashtype); in sys_fcntl_nocancel() local
4122 error = copyout(&hashtype, in sys_fcntl_nocancel()