Home
last modified time | relevance | path

Searched refs:encrypt_tlen (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/crypto/
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()
Dakcipher.c86 rakcipher.stat_encrypt_tlen = atomic64_read(&istat->encrypt_tlen); in crypto_akcipher_report_stat()
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()
/Linux-v6.6/include/crypto/
Dakcipher.h69 atomic64_t encrypt_tlen; member
345 atomic64_add(req->src_len, &istat->encrypt_tlen); in crypto_akcipher_encrypt()
Daead.h114 atomic64_t encrypt_tlen; member
Dskcipher.h62 atomic64_t encrypt_tlen; member