Lines Matching refs:keys
1279 const struct ptrauth_keys_user *keys)
1281 ukeys->apiakey = pac_key_to_user(&keys->apia);
1282 ukeys->apibkey = pac_key_to_user(&keys->apib);
1283 ukeys->apdakey = pac_key_to_user(&keys->apda);
1284 ukeys->apdbkey = pac_key_to_user(&keys->apdb);
1287 static void pac_address_keys_from_user(struct ptrauth_keys_user *keys,
1290 keys->apia = pac_key_from_user(ukeys->apiakey);
1291 keys->apib = pac_key_from_user(ukeys->apibkey);
1292 keys->apda = pac_key_from_user(ukeys->apdakey);
1293 keys->apdb = pac_key_from_user(ukeys->apdbkey);
1300 struct ptrauth_keys_user *keys = &target->thread.keys_user;
1306 pac_address_keys_to_user(&user_keys, keys);
1316 struct ptrauth_keys_user *keys = &target->thread.keys_user;
1323 pac_address_keys_to_user(&user_keys, keys);
1328 pac_address_keys_from_user(keys, &user_keys);
1334 const struct ptrauth_keys_user *keys)
1336 ukeys->apgakey = pac_key_to_user(&keys->apga);
1339 static void pac_generic_keys_from_user(struct ptrauth_keys_user *keys,
1342 keys->apga = pac_key_from_user(ukeys->apgakey);
1349 struct ptrauth_keys_user *keys = &target->thread.keys_user;
1355 pac_generic_keys_to_user(&user_keys, keys);
1365 struct ptrauth_keys_user *keys = &target->thread.keys_user;
1372 pac_generic_keys_to_user(&user_keys, keys);
1377 pac_generic_keys_from_user(keys, &user_keys);