Searched refs:kdf (Results 1 – 5 of 5) sorted by relevance
22 struct compat_keyctl_kdf_params __user *kdf) in compat_keyctl_dh_compute() argument27 if (!kdf) in compat_keyctl_dh_compute()30 if (copy_from_user(&compat_kdfcopy, kdf, sizeof(compat_kdfcopy)) != 0) in compat_keyctl_dh_compute()
278 struct compat_keyctl_kdf_params __user *kdf);285 struct keyctl_kdf_params __user *kdf) in keyctl_dh_compute() argument294 struct keyctl_kdf_params __user *kdf) in compat_keyctl_dh_compute() argument
417 struct keyctl_kdf_params __user *kdf) in keyctl_dh_compute() argument421 if (!kdf) in keyctl_dh_compute()424 if (copy_from_user(&kdfcopy, kdf, sizeof(kdfcopy)) != 0) in keyctl_dh_compute()
59 u8 kdf[16]; member
814 char *buffer, size_t buflen, struct keyctl_kdf_params *kdf);831 If the parameter kdf is NULL, the following applies:840 The kdf parameter allows the caller to apply a key derivation function858 function will return EMSGSIZE when the parameter kdf is non-NULL