Searched refs:compat_crypt_op (Results 1 – 2 of 2) sorted by relevance
68 struct compat_crypt_op { struct110 #define COMPAT_CIOCCRYPT _IOWR('c', 104, struct compat_crypt_op)111 #define COMPAT_CIOCASYNCCRYPT _IOW('c', 107, struct compat_crypt_op)112 #define COMPAT_CIOCASYNCFETCH _IOR('c', 108, struct compat_crypt_op)
1071 compat_to_crypt_op(struct compat_crypt_op *compat, struct crypt_op *cop) in compat_to_crypt_op()1085 crypt_op_to_compat(struct crypt_op *cop, struct compat_crypt_op *compat) in crypt_op_to_compat()1101 struct compat_crypt_op compat_cop; in compat_kcop_from_user()1114 struct compat_crypt_op compat_cop; in compat_kcop_to_user()