Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A 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/arch/arm64/kernel/
H A Dpointer_auth.c41 get_random_bytes(&keys->apda, sizeof(keys->apda)); in ptrauth_prctl_reset_keys()