Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/bcm/
Dutil.c411 u32 op_cnt; in spu_debugfs_read() local
438 op_cnt = atomic_read(&ipriv->cipher_cnt[alg][mode]); in spu_debugfs_read()
439 if (op_cnt) { in spu_debugfs_read()
443 spu_alg_name(alg, mode), op_cnt); in spu_debugfs_read()
451 op_cnt = atomic_read(&ipriv->hash_cnt[alg]); in spu_debugfs_read()
452 if (op_cnt) { in spu_debugfs_read()
456 hash_alg_name[alg], op_cnt); in spu_debugfs_read()
466 op_cnt = atomic_read(&ipriv->hmac_cnt[alg]); in spu_debugfs_read()
467 if (op_cnt) { in spu_debugfs_read()
471 hash_alg_name[alg], op_cnt); in spu_debugfs_read()
[all …]