Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dpointer_auth.h30 struct ptrauth_key apia; member
38 struct ptrauth_key apia; member
63 get_random_bytes(&keys->apia, sizeof(keys->apia)); in ptrauth_keys_init_user()
78 get_random_bytes(&keys->apia, sizeof(keys->apia)); in ptrauth_keys_init_kernel()
86 __ptrauth_key_install_nosync(APIA, keys->apia); in ptrauth_keys_switch_kernel()
/arch/arm64/kernel/
Dpointer_auth.c37 get_random_bytes(&keys->apia, sizeof(keys->apia)); in ptrauth_prctl_reset_keys()
Dasm-offsets.c156 DEFINE(PTRAUTH_USER_KEY_APIA, offsetof(struct ptrauth_keys_user, apia)); in main()
157 DEFINE(PTRAUTH_KERNEL_KEY_APIA, offsetof(struct ptrauth_keys_kernel, apia)); in main()
Dptrace.c962 ukeys->apiakey = pac_key_to_user(&keys->apia); in pac_address_keys_to_user()
971 keys->apia = pac_key_from_user(ukeys->apiakey); in pac_address_keys_from_user()