Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpointer_auth.h33 struct ptrauth_key apdb; member
53 __ptrauth_key_install_nosync(APDB, keys->apdb); in ptrauth_keys_install_user()
66 get_random_bytes(&keys->apdb, sizeof(keys->apdb)); in ptrauth_keys_init_user()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dpointer_auth.c43 get_random_bytes(&keys->apdb, sizeof(keys->apdb)); in ptrauth_prctl_reset_keys()
H A Dptrace.c965 ukeys->apdbkey = pac_key_to_user(&keys->apdb); in pac_address_keys_to_user()
974 keys->apdb = pac_key_from_user(ukeys->apdbkey); in pac_address_keys_from_user()