Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/code_signing/
H A Dxnu.c114 static uint8_t compilation_service_cdhash[CS_CDHASH_LEN] = {0}; variable
121 memcpy(compilation_service_cdhash, cdhash, CS_CDHASH_LEN); in xnu_set_compilation_service_cdhash()
132 if (bcmp(compilation_service_cdhash, cdhash, CS_CDHASH_LEN) == 0) { in xnu_match_compilation_service_cdhash()