Home
last modified time | relevance | path

Searched defs:keyctl_kdf_params (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dkeyctl.h61 struct keyctl_kdf_params { struct
62 char __user *hashname;
63 char __user *otherinfo;
64 __u32 otherinfolen;
65 __u32 __spare[8];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dkeyctl.h82 struct keyctl_kdf_params { struct
83 char __user * hashname;
84 char __user * otherinfo;
85 __u32 otherinfolen;
86 __u32 __spare[8];
/kernel/linux/linux-5.10/include/uapi/linux/
Dkeyctl.h86 struct keyctl_kdf_params { struct
87 char __user *hashname;
88 char __user *otherinfo;
89 __u32 otherinfolen;
90 __u32 __spare[8];