Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dcrypto.h291 atomic64_t decrypt_tlen; member
309 atomic64_t decrypt_tlen; member
327 atomic64_t decrypt_tlen; member
/Linux-v6.1/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()
Dalgapi.c1055 atomic64_add(cryptlen, &alg->stats.aead.decrypt_tlen); in crypto_stats_aead_decrypt()
1081 atomic64_add(src_len, &alg->stats.akcipher.decrypt_tlen); in crypto_stats_akcipher_decrypt()
1228 atomic64_add(cryptlen, &alg->stats.cipher.decrypt_tlen); in crypto_stats_skcipher_decrypt()