Searched defs:stm32_cryp_caps (Results 1 – 2 of 2) sorted by relevance
139 struct stm32_cryp_caps { struct140 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;[all …]
109 struct stm32_cryp_caps { struct133 const struct stm32_cryp_caps *caps; argument