Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
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()
Dalgapi.c1062 atomic64_add(nbytes, &alg->stats.cipher.encrypt_tlen); in crypto_stats_ablkcipher_encrypt()
1088 atomic64_add(cryptlen, &alg->stats.aead.encrypt_tlen); in crypto_stats_aead_encrypt()
1114 atomic64_add(src_len, &alg->stats.akcipher.encrypt_tlen); in crypto_stats_akcipher_encrypt()
1261 atomic64_add(cryptlen, &alg->stats.cipher.encrypt_tlen); in crypto_stats_skcipher_encrypt()
/Linux-v5.4/include/linux/
Dcrypto.h354 atomic64_t encrypt_tlen; member
372 atomic64_t encrypt_tlen; member
390 atomic64_t encrypt_tlen; member