Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm64/include/asm/
Dpointer_auth.h39 struct ptrauth_key apda; member
78 __ptrauth_key_install_nosync(APDA, keys->apda); in ptrauth_keys_install_user()
91 get_random_bytes(&keys->apda, sizeof(keys->apda)); in ptrauth_keys_init_user()
/Linux-v6.6/arch/arm64/kernel/
Dpointer_auth.c41 get_random_bytes(&keys->apda, sizeof(keys->apda)); in ptrauth_prctl_reset_keys()
Dptrace.c1282 ukeys->apdakey = pac_key_to_user(&keys->apda); in pac_address_keys_to_user()
1291 keys->apda = pac_key_from_user(ukeys->apdakey); in pac_address_keys_from_user()