Searched defs:stm32_hash_pdata (Results 1 – 1 of 1) sorted by relevance
182 struct stm32_hash_pdata { struct183 const int alg_shift;184 const struct stm32_hash_algs_info *algs_info;185 size_t algs_info_size;186 bool has_sr;187 bool has_mdmat;188 bool context_secured;212 const struct stm32_hash_pdata *pdata; argument