Searched refs:kvk (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/s390/crypto/ |
| D | pkey_api.c | 1247 struct pkey_verifykey kvk; in pkey_unlocked_ioctl() local 1249 if (copy_from_user(&kvk, uvk, sizeof(kvk))) in pkey_unlocked_ioctl() 1251 rc = pkey_verifykey(&kvk.seckey, &kvk.cardnr, &kvk.domain, in pkey_unlocked_ioctl() 1252 &kvk.keysize, &kvk.attributes); in pkey_unlocked_ioctl() 1256 if (copy_to_user(uvk, &kvk, sizeof(kvk))) in pkey_unlocked_ioctl() 1390 struct pkey_verifykey2 kvk; in pkey_unlocked_ioctl() local 1393 if (copy_from_user(&kvk, uvk, sizeof(kvk))) in pkey_unlocked_ioctl() 1395 kkey = _copy_key_from_user(kvk.key, kvk.keylen); in pkey_unlocked_ioctl() 1398 rc = pkey_verifykey2(kkey, kvk.keylen, in pkey_unlocked_ioctl() 1399 &kvk.cardnr, &kvk.domain, in pkey_unlocked_ioctl() [all …]
|