Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/include/asm/
Dpointer_auth.h29 struct ptrauth_key apdb; member
39 get_random_bytes(&keys->apdb, sizeof(keys->apdb)); in ptrauth_keys_init()
59 __ptrauth_key_install(APDB, keys->apdb); in ptrauth_keys_switch()
/Linux-v5.4/arch/arm64/kernel/
Dpointer_auth.c40 get_random_bytes(&keys->apdb, sizeof(keys->apdb)); in ptrauth_prctl_reset_keys()
Dptrace.c994 ukeys->apdbkey = pac_key_to_user(&keys->apdb); in pac_address_keys_to_user()
1003 keys->apdb = pac_key_from_user(ukeys->apdbkey); in pac_address_keys_from_user()