Home
last modified time | relevance | path

Searched defs:crypt_auth_op (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcryptodev.h185 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
201 __u8 __user *tag; /* where the tag will be copied to. TLS mode
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Dcryptodev.h185 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
[all …]