Lines Matching defs:stm32_cryp_caps
139 struct stm32_cryp_caps { struct
140 bool aeads_support;
141 bool linear_aes_key;
142 bool kp_mode;
143 bool iv_protection;
144 bool swap_final;
145 bool padding_wa;
146 u32 cr;
147 u32 sr;
148 u32 din;
149 u32 dout;
150 u32 imsc;
151 u32 mis;
152 u32 k1l;
153 u32 k1r;
154 u32 k3r;
155 u32 iv0l;
179 const struct stm32_cryp_caps *caps; argument