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