Home
last modified time | relevance | path

Searched refs:encrypt_tlen (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/crypto/
H A Daead.c115 atomic64_add(req->cryptlen, &istat->encrypt_tlen); in crypto_aead_encrypt()
138 atomic64_add(req->cryptlen, &istat->encrypt_tlen); in crypto_aead_decrypt()
230 raead.stat_encrypt_tlen = atomic64_read(&istat->encrypt_tlen); in crypto_aead_report_stat()
H A Dakcipher.c86 rakcipher.stat_encrypt_tlen = atomic64_read(&istat->encrypt_tlen); in crypto_akcipher_report_stat()
H A Dskcipher.c647 atomic64_add(req->cryptlen, &istat->encrypt_tlen); in crypto_skcipher_encrypt()
764 rcipher.stat_encrypt_tlen = atomic64_read(&istat->encrypt_tlen); in crypto_skcipher_report_stat()
/kernel/linux/linux-6.6/include/crypto/
H A Dakcipher.h60 * @encrypt_tlen: total data size handled by encrypt requests
69 atomic64_t encrypt_tlen; member
345 atomic64_add(req->src_len, &istat->encrypt_tlen); in crypto_akcipher_encrypt()
H A Daead.h107 * @encrypt_tlen: total data size handled by encrypt requests
114 atomic64_t encrypt_tlen; member
H A Dskcipher.h55 * @encrypt_tlen: total data size handled by encrypt requests
62 atomic64_t encrypt_tlen; member
/kernel/linux/linux-5.10/crypto/
H A 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()
H A Dalgapi.c1104 atomic64_add(cryptlen, &alg->stats.aead.encrypt_tlen); in crypto_stats_aead_encrypt()
1130 atomic64_add(src_len, &alg->stats.akcipher.encrypt_tlen); in crypto_stats_akcipher_encrypt()
1277 atomic64_add(cryptlen, &alg->stats.cipher.encrypt_tlen); in crypto_stats_skcipher_encrypt()
/kernel/linux/linux-5.10/include/linux/
H A Dcrypto.h273 * @encrypt_tlen: total data size handled by encrypt requests
280 atomic64_t encrypt_tlen; member
289 * @encrypt_tlen: total data size handled by encrypt requests
298 atomic64_t encrypt_tlen; member
309 * @encrypt_tlen: total data size handled by encrypt requests
316 atomic64_t encrypt_tlen; member

Completed in 10 milliseconds