Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/arm/
H A Dtrustcache.c142 uint8_t * const hash_type, in lookup_in_trust_cache_module() argument
167 *hash_type = entry->hash_type; in lookup_in_trust_cache_module()
180 uint8_t hash_type = 0, flags = 0; in lookup_in_static_trust_cache() local
185 if (lookup_in_trust_cache_module(pmap_static_trust_cache, cdhash, &hash_type, &flags)) { in lookup_in_static_trust_cache()
186 return (hash_type << TC_LOOKUP_HASH_TYPE_SHIFT) | in lookup_in_static_trust_cache()
192 lookup_in_trust_cache_module(pmap_secondary_static_trust_cache, cdhash, &hash_type, &flags)) { in lookup_in_static_trust_cache()
193 return (hash_type << TC_LOOKUP_HASH_TYPE_SHIFT) | in lookup_in_static_trust_cache()
207 if (lookup_in_trust_cache_module(module, cdhash, &hash_type, &flags)) { in lookup_in_static_trust_cache()
208 return (hash_type << TC_LOOKUP_HASH_TYPE_SHIFT) | in lookup_in_static_trust_cache()
H A Dpmap.c12403 uint8_t hash_type = 0, flags = 0; local
12405 if (lookup_in_trust_cache_module(cache->module, cdhash, &hash_type, &flags)) {
/xnu-8020.121.3/osfmk/kern/
H A Dtrustcache.h56 uint8_t hash_type; member
112 uint8_t * const hash_type,