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