Home
last modified time | relevance | path

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

/xnu-8796.121.2/EXTERNAL_HEADERS/TrustCache/
H A DReturn.h55 kTCReturnError = 0x01, enumerator
/xnu-8796.121.2/bsd/kern/
H A Dkern_trustcache.c827 TCReturn_t tc_ret = (TCReturn_t){.error = kTCReturnError}; in load_static_trust_cache()
901 TCReturn_t tcRet = {.error = kTCReturnError}; in static_trust_cache_capabilities()