Searched refs:hw_info_size (Results 1 – 5 of 5) sorted by relevance
24 .hw_info_size = sizeof(struct rk_hw_crypto_v1_info),\
26 .hw_info_size = sizeof(struct rk_hw_crypto_v3_info),\
26 .hw_info_size = sizeof(struct rk_hw_crypto_v2_info),\
111 unsigned int hw_info_size; member
822 devm_kzalloc(dev, soc_data->hw_info_size, GFP_KERNEL); in rk_crypto_probe()