Home
last modified time | relevance | path

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

/Linux-v4.19/security/keys/
Dcompat_dh.c25 struct compat_keyctl_kdf_params compat_kdfcopy; in compat_keyctl_dh_compute() local
30 if (copy_from_user(&compat_kdfcopy, kdf, sizeof(compat_kdfcopy)) != 0) in compat_keyctl_dh_compute()
33 kdfcopy.hashname = compat_ptr(compat_kdfcopy.hashname); in compat_keyctl_dh_compute()
34 kdfcopy.otherinfo = compat_ptr(compat_kdfcopy.otherinfo); in compat_keyctl_dh_compute()
35 kdfcopy.otherinfolen = compat_kdfcopy.otherinfolen; in compat_keyctl_dh_compute()
36 memcpy(kdfcopy.__spare, compat_kdfcopy.__spare, in compat_keyctl_dh_compute()