Searched defs:crypt_auth_op (Results 1 – 2 of 2) sorted by relevance
185 struct crypt_auth_op { struct186 __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 have201 __u8 __user *tag; /* where the tag will be copied to. TLS mode[all …]
185 struct crypt_auth_op { struct186 __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 have200 __u8 __user *tag; /* where the tag will be copied to. TLS mode[all …]