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

/linux-master/arch/arm64/include/asm/
H A Dpointer_auth.h37 struct ptrauth_key apia; member in struct:ptrauth_keys_user
54 struct ptrauth_key apia; member in struct:ptrauth_keys_kernel
60 get_random_bytes(&keys->apia, sizeof(keys->apia));
68 __ptrauth_key_install_nosync(APIA, keys->apia);
89 get_random_bytes(&keys->apia, sizeof(keys->apia));
/linux-master/arch/arm64/kernel/
H A Dpointer_auth.c37 get_random_bytes(&keys->apia, sizeof(keys->apia));
H A Dasm-offsets.c183 DEFINE(PTRAUTH_USER_KEY_APIA, offsetof(struct ptrauth_keys_user, apia));
185 DEFINE(PTRAUTH_KERNEL_KEY_APIA, offsetof(struct ptrauth_keys_kernel, apia));
H A Dptrace.c1311 ukeys->apiakey = pac_key_to_user(&keys->apia);
1320 keys->apia = pac_key_from_user(ukeys->apiakey);

Completed in 120 milliseconds