Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dcryptouser.h85 __u64 stat_encrypt_tlen; member
94 __u64 stat_encrypt_tlen; member
105 __u64 stat_encrypt_tlen; member
/linux-6.1.9/crypto/
Dcrypto_user_stat.c40 raead.stat_encrypt_tlen = atomic64_read(&alg->stats.aead.encrypt_tlen); in crypto_report_aead()
57 rcipher.stat_encrypt_tlen = atomic64_read(&alg->stats.cipher.encrypt_tlen); in crypto_report_cipher()
105 rakcipher.stat_encrypt_tlen = atomic64_read(&alg->stats.akcipher.encrypt_tlen); in crypto_report_akcipher()