decrypt_tlen     1085 crypto/algapi.c 		atomic64_add(nbytes, &alg->stats.cipher.decrypt_tlen);
decrypt_tlen     1111 crypto/algapi.c 		atomic64_add(cryptlen, &alg->stats.aead.decrypt_tlen);
decrypt_tlen     1137 crypto/algapi.c 		atomic64_add(src_len, &alg->stats.akcipher.decrypt_tlen);
decrypt_tlen     1284 crypto/algapi.c 		atomic64_add(cryptlen, &alg->stats.cipher.decrypt_tlen);
decrypt_tlen       42 crypto/crypto_user_stat.c 	raead.stat_decrypt_tlen = atomic64_read(&alg->stats.aead.decrypt_tlen);
decrypt_tlen       59 crypto/crypto_user_stat.c 	rcipher.stat_decrypt_tlen = atomic64_read(&alg->stats.cipher.decrypt_tlen);
decrypt_tlen      107 crypto/crypto_user_stat.c 	rakcipher.stat_decrypt_tlen = atomic64_read(&alg->stats.akcipher.decrypt_tlen);
decrypt_tlen      356 include/linux/crypto.h 	atomic64_t decrypt_tlen;
decrypt_tlen      374 include/linux/crypto.h 	atomic64_t decrypt_tlen;
decrypt_tlen      392 include/linux/crypto.h 	atomic64_t decrypt_tlen;