Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Daead.c114 atomic64_add(req->cryptlen, &istat->encrypt_tlen); in crypto_aead_encrypt()
137 atomic64_add(req->cryptlen, &istat->encrypt_tlen); in crypto_aead_decrypt()
229 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()
/openbmc/linux/include/crypto/
H A Dakcipher.h69 atomic64_t encrypt_tlen; member
345 atomic64_add(req->src_len, &istat->encrypt_tlen); in crypto_akcipher_encrypt()
H A Daead.h114 atomic64_t encrypt_tlen; member
H A Dskcipher.h62 atomic64_t encrypt_tlen; member