Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dpkey_api.c1440 struct pkey_verifykey kvk; in pkey_unlocked_ioctl() local
1442 if (copy_from_user(&kvk, uvk, sizeof(kvk))) in pkey_unlocked_ioctl()
1444 rc = pkey_verifykey(&kvk.seckey, &kvk.cardnr, &kvk.domain, in pkey_unlocked_ioctl()
1445 &kvk.keysize, &kvk.attributes); in pkey_unlocked_ioctl()
1449 if (copy_to_user(uvk, &kvk, sizeof(kvk))) in pkey_unlocked_ioctl()
1595 struct pkey_verifykey2 kvk; in pkey_unlocked_ioctl() local
1598 if (copy_from_user(&kvk, uvk, sizeof(kvk))) in pkey_unlocked_ioctl()
1600 kkey = _copy_key_from_user(kvk.key, kvk.keylen); in pkey_unlocked_ioctl()
1603 rc = pkey_verifykey2(kkey, kvk.keylen, in pkey_unlocked_ioctl()
1604 &kvk.cardnr, &kvk.domain, in pkey_unlocked_ioctl()
[all …]