Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dhash.c105 const unsigned char *ucp = (const unsigned char *) name; in dx_hack_hash_unsigned() local
108 hash = hash1 + (hash0 ^ (((int) *ucp++) * 7152373)); in dx_hack_hash_unsigned()
164 const unsigned char *ucp = (const unsigned char *) msg; in str2hashbuf_unsigned() local
173 val = ((int) ucp[i]) + (val << 8); in str2hashbuf_unsigned()
/linux-4.19.296/drivers/s390/crypto/
Dpkey_api.c1112 struct pkey_clr2protk __user *ucp = (void __user *) arg; in pkey_unlocked_ioctl() local
1115 if (copy_from_user(&kcp, ucp, sizeof(kcp))) in pkey_unlocked_ioctl()
1122 if (copy_to_user(ucp, &kcp, sizeof(kcp))) in pkey_unlocked_ioctl()