Searched defs:rk_crypto_soc_data (Results 1 – 2 of 2) sorted by relevance
107 struct rk_crypto_soc_data { struct108 const char *crypto_ver;109 char **valid_algs_name;110 int valid_algs_num;111 unsigned int hw_info_size;112 bool use_soft_aes192;113 int default_pka_offset;114 bool use_lli_chain;116 int (*hw_init)(struct device *dev, void *hw_info);117 void (*hw_deinit)(struct device *dev, void *hw_info);[all …]
47 struct rk_crypto_soc_data { struct61 struct rk_crypto_soc_data *soc_data; argument