Home
last modified time | relevance | path

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

/xnu-12377.1.9/libkern/libkern/
H A DBlock_private.h80 template <typename Fn, ptrauth_key Key>
97 Key, &bits); in prepareWrite()
111 ptrauth_auth_and_resign((void*)other.bits, Key, &other.bits, in prepareWrite()
112 Key, &bits); in prepareWrite()
125 return (Fn)ptrauth_auth_function((void *)ptr, Key, &bits); in completeReadFn()
138 return ptrauth_auth_data((void*)ptr, Key, &bits); in completeReadRaw()
/xnu-12377.1.9/iokit/conf/
H A Dfiles.x86_6411 # Key Store helper
/xnu-12377.1.9/osfmk/corecrypto/
H A Dccdrbg_internal.h30 uint8_t Key[DRBG_CTR_MAX_KEYLEN]; member