Lines Matching defs:crypt_ctl
111 struct crypt_ctl { struct
113 u8 mode; /* NPE_OP_* operation mode */
114 u8 init_len;
115 u16 reserved;
121 u8 iv[MAX_IVLEN]; /* IV for CBC mode or CTR IV for CTR mode */
122 dma_addr_t icv_rev_aes; /* icv or rev aes */
123 dma_addr_t src_buf;
124 dma_addr_t dst_buf;
126 u16 auth_offs; /* Authentication start offset */
127 u16 auth_len; /* Authentication data length */
128 u16 crypt_offs; /* Cryption start offset */
129 u16 crypt_len; /* Cryption data length */
131 u16 auth_len; /* Authentication data length */
132 u16 auth_offs; /* Authentication start offset */
133 u16 crypt_len; /* Cryption data length */
134 u16 crypt_offs; /* Cryption start offset */
136 u32 aadAddr; /* Additional Auth Data Addr for CCM mode */
137 u32 crypto_ctx; /* NPE Crypto Param structure address */
140 unsigned int ctl_flags;
141 union {
145 } data;
146 struct buffer_desc *regist_buf;
147 u8 *regist_ptr;