Lines Matching defs:stm32_cryp_caps
155 struct stm32_cryp_caps { struct
156 bool aeads_support;
157 bool linear_aes_key;
158 bool kp_mode;
159 bool iv_protection;
160 bool swap_final;
161 bool padding_wa;
162 u32 cr;
163 u32 sr;
164 u32 din;
165 u32 dout;
166 u32 dmacr;
167 u32 imsc;
168 u32 mis;
169 u32 k1l;
170 u32 k1r;
171 u32 k3r;
172 u32 iv0l;
173 u32 iv0r;
197 const struct stm32_cryp_caps *caps; argument