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

/linux-master/crypto/
H A Daead.c115 atomic64_add(req->cryptlen, &istat->encrypt_tlen);
138 atomic64_add(req->cryptlen, &istat->encrypt_tlen);
230 raead.stat_encrypt_tlen = atomic64_read(&istat->encrypt_tlen);
H A Dlskcipher.c175 atomic64_add(len, &istat->encrypt_tlen);
337 rcipher.stat_encrypt_tlen = atomic64_read(&istat->encrypt_tlen);
H A Dakcipher.c86 rakcipher.stat_encrypt_tlen = atomic64_read(&istat->encrypt_tlen);
H A Dskcipher.c663 atomic64_add(req->cryptlen, &istat->encrypt_tlen);
863 rcipher.stat_encrypt_tlen = atomic64_read(&istat->encrypt_tlen);
/linux-master/include/crypto/
H A Dakcipher.h60 * @encrypt_tlen: total data size handled by encrypt requests
69 atomic64_t encrypt_tlen; member in struct:crypto_istat_akcipher
345 atomic64_add(req->src_len, &istat->encrypt_tlen);
H A Daead.h107 * @encrypt_tlen: total data size handled by encrypt requests
114 atomic64_t encrypt_tlen; member in struct:crypto_istat_aead
H A Dskcipher.h70 * @encrypt_tlen: total data size handled by encrypt requests
77 atomic64_t encrypt_tlen; member in struct:crypto_istat_cipher

Completed in 296 milliseconds