Home
last modified time | relevance | path

Searched refs:CS_HASHTYPE_SHA1 (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/tests/
H A Dcodesigntests.c144 T_ASSERT_EQ_INT(cdhash_info.type, CS_HASHTYPE_SHA1, "Checking returned CDHash type [SHA1]");
/xnu-11417.121.6/osfmk/kern/
H A Dcs_blobs.h133 CS_HASHTYPE_SHA1 = 1, enumerator
/xnu-11417.121.6/bsd/kern/
H A Dubc_subr.c164 .cs_type = CS_HASHTYPE_SHA1,
201 if (type == CS_HASHTYPE_SHA1) { in cs_find_md()
227 CS_HASHTYPE_SHA1,
596 if (candidate->hashType == CS_HASHTYPE_SHA1) { in cs_validate_csblob()