Lines Matching refs:query_token
261 TrustCacheQueryToken_t *query_token) in txm_query_trust_cache() argument
272 if (query_token) { in txm_query_trust_cache()
273 query_token->trustCache = (const TrustCache_t*)txm_call.return_words[0]; in txm_query_trust_cache()
274 query_token->trustCacheEntry = (const void*)txm_call.return_words[1]; in txm_query_trust_cache()
528 TrustCacheQueryToken_t *query_token) in ppl_query_trust_cache() argument
534 return pmap_query_trust_cache(query_type, cdhash, query_token); in ppl_query_trust_cache()
735 TrustCacheQueryToken_t *query_token) in xnu_query_trust_cache() argument
752 query_token); in xnu_query_trust_cache()
1073 TrustCacheQueryToken_t *query_token) in query_trust_cache() argument
1083 ret = txm_query_trust_cache(query_type, cdhash, query_token); in query_trust_cache()
1085 ret = ppl_query_trust_cache(query_type, cdhash, query_token); in query_trust_cache()
1087 ret = xnu_query_trust_cache(query_type, cdhash, query_token); in query_trust_cache()