Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpointer_auth.h31 struct ptrauth_key apib; member
51 __ptrauth_key_install_nosync(APIB, keys->apib); in ptrauth_keys_install_user()
64 get_random_bytes(&keys->apib, sizeof(keys->apib)); in ptrauth_keys_init_user()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dpointer_auth.c39 get_random_bytes(&keys->apib, sizeof(keys->apib)); in ptrauth_prctl_reset_keys()
H A Dptrace.c963 ukeys->apibkey = pac_key_to_user(&keys->apib); in pac_address_keys_to_user()
972 keys->apib = pac_key_from_user(ukeys->apibkey); in pac_address_keys_from_user()