Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dpointer_auth.h37 struct ptrauth_key apia; member
54 struct ptrauth_key apia; member
60 get_random_bytes(&keys->apia, sizeof(keys->apia)); in ptrauth_keys_init_kernel()
68 __ptrauth_key_install_nosync(APIA, keys->apia); in ptrauth_keys_switch_kernel()
89 get_random_bytes(&keys->apia, sizeof(keys->apia)); in ptrauth_keys_init_user()
/linux/arch/arm64/kernel/
H A Dpointer_auth.c37 get_random_bytes(&keys->apia, sizeof(keys->apia)); in ptrauth_prctl_reset_keys()