Home
last modified time | relevance | path

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

/linux/drivers/crypto/ccp/
H A Dccp-debugfs.c101 unsigned long total_xts_aes_ops = 0; in ccp5_debugfs_stats_read() local
119 total_xts_aes_ops += cmd_q->total_xts_aes_ops; in ccp5_debugfs_stats_read()
138 total_xts_aes_ops); in ccp5_debugfs_stats_read()
162 cmd_q->total_xts_aes_ops = 0L; in ccp5_debugfs_reset_queue_stats()
212 cmd_q->total_xts_aes_ops); in ccp5_debugfs_queue_read()
H A Dccp-dev.h331 unsigned long total_xts_aes_ops; member
H A Dccp-dev-v5.c328 op->cmd_q->total_xts_aes_ops++; in ccp5_perform_xts_aes()