Home
last modified time | relevance | path

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

/linux/include/linux/
A Dcrypto.h281 atomic64_t decrypt_cnt; member
299 atomic64_t decrypt_cnt; member
317 atomic64_t decrypt_cnt; member
/linux/crypto/
A Dcrypto_user_stat.c41 raead.stat_decrypt_cnt = atomic64_read(&alg->stats.aead.decrypt_cnt); in crypto_report_aead()
58 rcipher.stat_decrypt_cnt = atomic64_read(&alg->stats.cipher.decrypt_cnt); in crypto_report_cipher()
106 rakcipher.stat_decrypt_cnt = atomic64_read(&alg->stats.akcipher.decrypt_cnt); in crypto_report_akcipher()
A Dalgapi.c1087 atomic64_inc(&alg->stats.aead.decrypt_cnt); in crypto_stats_aead_decrypt()
1113 atomic64_inc(&alg->stats.akcipher.decrypt_cnt); in crypto_stats_akcipher_decrypt()
1260 atomic64_inc(&alg->stats.cipher.decrypt_cnt); in crypto_stats_skcipher_decrypt()

Completed in 9 milliseconds