Home
last modified time | relevance | path

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

/security/keys/
Dcompat_dh.c18 struct compat_keyctl_kdf_params __user *kdf) in compat_keyctl_dh_compute() argument
23 if (!kdf) in compat_keyctl_dh_compute()
26 if (copy_from_user(&compat_kdfcopy, kdf, sizeof(compat_kdfcopy)) != 0) in compat_keyctl_dh_compute()
Ddh.c322 struct keyctl_kdf_params __user *kdf) in keyctl_dh_compute() argument
326 if (!kdf) in keyctl_dh_compute()
329 if (copy_from_user(&kdfcopy, kdf, sizeof(kdfcopy)) != 0) in keyctl_dh_compute()
Dinternal.h293 struct compat_keyctl_kdf_params __user *kdf);
300 struct keyctl_kdf_params __user *kdf) in keyctl_dh_compute() argument
309 struct keyctl_kdf_params __user *kdf) in compat_keyctl_dh_compute() argument