Searched refs:key_set (Results 1 – 2 of 2) sorted by relevance
147 bool key_set = false; in xnu_set_local_signing_public_key() local155 key_set = !os_atomic_cmpxchg(&local_signing_key_set, false, true, relaxed); in xnu_set_local_signing_public_key()157 if (key_set) { in xnu_set_local_signing_public_key()167 bool key_set = os_atomic_load(&local_signing_key_set, relaxed); in xnu_get_local_signing_public_key() local169 if (key_set) { in xnu_get_local_signing_public_key()
14365 bool key_set = false; local14373 key_set = !os_atomic_cmpxchg(&pmap_local_signing_public_key_set, false, true, relaxed);14375 if (key_set) {14396 bool key_set = os_atomic_load(&pmap_local_signing_public_key_set, relaxed); local14398 if (key_set) {