Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/include/asm/
Dpointer_auth.h26 struct ptrauth_key apia; member
36 get_random_bytes(&keys->apia, sizeof(keys->apia)); in ptrauth_keys_init()
56 __ptrauth_key_install(APIA, keys->apia); in ptrauth_keys_switch()
/Linux-v5.4/arch/arm64/kernel/
Dpointer_auth.c34 get_random_bytes(&keys->apia, sizeof(keys->apia)); in ptrauth_prctl_reset_keys()
Dptrace.c991 ukeys->apiakey = pac_key_to_user(&keys->apia); in pac_address_keys_to_user()
1000 keys->apia = pac_key_from_user(ukeys->apiakey); in pac_address_keys_from_user()