Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptodev.h80 struct compat_crypt_auth_op { struct
81 uint32_t ses; /* session identifier */
82 uint16_t op; /* COP_ENCRYPT or COP_DECRYPT */
83 uint16_t flags; /* see COP_FLAG_AEAD_* */
84 uint32_t len; /* length of source data */
85 uint32_t auth_len; /* length of auth data */
86 compat_uptr_t auth_src; /* authenticated-only data */
114 #define COMPAT_CIOCAUTHCRYPT _IOWR('c', 109, struct compat_crypt_auth_op) argument