Searched refs:apia (Results 1 – 4 of 4) sorted by relevance
30 struct ptrauth_key apia; member47 struct ptrauth_key apia; member53 get_random_bytes(&keys->apia, sizeof(keys->apia)); in ptrauth_keys_init_kernel()61 __ptrauth_key_install_nosync(APIA, keys->apia); in ptrauth_keys_switch_kernel()82 get_random_bytes(&keys->apia, sizeof(keys->apia)); in ptrauth_keys_init_user()
37 get_random_bytes(&keys->apia, sizeof(keys->apia)); in ptrauth_prctl_reset_keys()
169 DEFINE(PTRAUTH_USER_KEY_APIA, offsetof(struct ptrauth_keys_user, apia)); in main()171 DEFINE(PTRAUTH_KERNEL_KEY_APIA, offsetof(struct ptrauth_keys_kernel, apia)); in main()
968 ukeys->apiakey = pac_key_to_user(&keys->apia); in pac_address_keys_to_user()977 keys->apia = pac_key_from_user(ukeys->apiakey); in pac_address_keys_from_user()
Completed in 8 milliseconds