Home
last modified time | relevance | path

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

/xnu-8792.81.2/EXTERNAL_HEADERS/TrustCache/
H A DReturn.h49 kTCReturnError = 0x01, enumerator
/xnu-8792.81.2/bsd/kern/
H A Dkern_trustcache.c806 TCReturn_t tc_ret = (TCReturn_t){.error = kTCReturnError}; in load_static_trust_cache()
880 TCReturn_t tcRet = {.error = kTCReturnError}; in static_trust_cache_capabilities()