Home
last modified time | relevance | path

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

/linux/security/keys/
H A Dcompat_dh.c21 struct compat_keyctl_kdf_params compat_kdfcopy; in compat_keyctl_dh_compute() local
26 if (copy_from_user(&compat_kdfcopy, kdf, sizeof(compat_kdfcopy)) != 0) in compat_keyctl_dh_compute()
29 kdfcopy.hashname = compat_ptr(compat_kdfcopy.hashname); in compat_keyctl_dh_compute()
30 kdfcopy.otherinfo = compat_ptr(compat_kdfcopy.otherinfo); in compat_keyctl_dh_compute()
31 kdfcopy.otherinfolen = compat_kdfcopy.otherinfolen; in compat_keyctl_dh_compute()
32 memcpy(kdfcopy.__spare, compat_kdfcopy.__spare, in compat_keyctl_dh_compute()