Home
last modified time | relevance | path

Searched refs:kvk (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dpkey_api.c1225 struct pkey_verifykey kvk; in pkey_unlocked_ioctl() local
1227 if (copy_from_user(&kvk, uvk, sizeof(kvk))) in pkey_unlocked_ioctl()
1229 rc = pkey_verifykey(&kvk.seckey, &kvk.cardnr, &kvk.domain, in pkey_unlocked_ioctl()
1230 &kvk.keysize, &kvk.attributes); in pkey_unlocked_ioctl()
1234 if (copy_to_user(uvk, &kvk, sizeof(kvk))) in pkey_unlocked_ioctl()
1369 struct pkey_verifykey2 kvk; pkey_unlocked_ioctl() local
[all...]
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dpkey_api.c1444 struct pkey_verifykey kvk; in pkey_unlocked_ioctl() local
1446 if (copy_from_user(&kvk, uvk, sizeof(kvk))) in pkey_unlocked_ioctl()
1448 rc = pkey_verifykey(&kvk.seckey, &kvk.cardnr, &kvk.domain, in pkey_unlocked_ioctl()
1449 &kvk.keysize, &kvk.attributes); in pkey_unlocked_ioctl()
1453 if (copy_to_user(uvk, &kvk, sizeof(kvk))) in pkey_unlocked_ioctl()
1593 struct pkey_verifykey2 kvk; pkey_unlocked_ioctl() local
[all...]

Completed in 5 milliseconds