Lines Matching defs:crypt_auth_op
185 struct crypt_auth_op { struct
186 __u32 ses; /* session identifier */
187 __u16 op; /* COP_ENCRYPT or COP_DECRYPT */
188 __u16 flags; /* see COP_FLAG_AEAD_* */
189 __u32 len; /* length of source data */
190 __u32 auth_len; /* length of auth data */
191 __u8 __user *auth_src; /* authenticated-only data */
195 __u8 __user *src; /* data to be encrypted and authenticated */
196 __u8 __user *dst; /* pointer to output data. Must have
200 __u8 __user *tag; /* where the tag will be copied to. TLS mode
203 __u32 tag_len; /* the length of the tag. Use zero for digest size or max tag. */
206 __u8 __user *iv;
207 __u32 iv_len;