Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dcryptouser.h87 __u64 stat_decrypt_tlen; member
96 __u64 stat_decrypt_tlen; member
107 __u64 stat_decrypt_tlen; member
/linux-6.1.9/crypto/
Dcrypto_user_stat.c42 raead.stat_decrypt_tlen = atomic64_read(&alg->stats.aead.decrypt_tlen); in crypto_report_aead()
59 rcipher.stat_decrypt_tlen = atomic64_read(&alg->stats.cipher.decrypt_tlen); in crypto_report_cipher()
107 rakcipher.stat_decrypt_tlen = atomic64_read(&alg->stats.akcipher.decrypt_tlen); in crypto_report_akcipher()