Home
last modified time | relevance | path

Searched refs:rk_cipher_algs (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/crypto/rockchip/
H A Drk3288_crypto.c182 static struct rk_crypto_tmp *rk_cipher_algs[] = { variable
207 for (i = 0; i < ARRAY_SIZE(rk_cipher_algs); i++) { in rk_crypto_debugfs_show()
208 if (!rk_cipher_algs[i]->dev) in rk_crypto_debugfs_show()
210 switch (rk_cipher_algs[i]->type) { in rk_crypto_debugfs_show()
215 rk_cipher_algs[i]->stat_req, rk_cipher_algs[i]->stat_fb); in rk_crypto_debugfs_show()
217 rk_cipher_algs[i]->stat_fb_len); in rk_crypto_debugfs_show()
219 rk_cipher_algs[i]->stat_fb_align); in rk_crypto_debugfs_show()
221 rk_cipher_algs[i]->stat_fb_sgdiff); in rk_crypto_debugfs_show()
227 rk_cipher_algs[i]->stat_req, rk_cipher_algs[i]->stat_fb); in rk_crypto_debugfs_show()
258 rk_cipher_algs[i]->dev = crypto_info; in rk_crypto_register()
[all …]