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

/linux-master/crypto/
H A Daead.c114 atomic64_inc(&istat->encrypt_cnt);
137 atomic64_inc(&istat->encrypt_cnt);
229 raead.stat_encrypt_cnt = atomic64_read(&istat->encrypt_cnt);
H A Dlskcipher.c174 atomic64_inc(&istat->encrypt_cnt);
336 rcipher.stat_encrypt_cnt = atomic64_read(&istat->encrypt_cnt);
H A Dakcipher.c85 rakcipher.stat_encrypt_cnt = atomic64_read(&istat->encrypt_cnt);
H A Dskcipher.c662 atomic64_inc(&istat->encrypt_cnt);
862 rcipher.stat_encrypt_cnt = atomic64_read(&istat->encrypt_cnt);
/linux-master/include/crypto/
H A Dakcipher.h59 * @encrypt_cnt: number of encrypt requests
68 atomic64_t encrypt_cnt; member in struct:crypto_istat_akcipher
344 atomic64_inc(&istat->encrypt_cnt);
H A Daead.h106 * @encrypt_cnt: number of encrypt requests
113 atomic64_t encrypt_cnt; member in struct:crypto_istat_aead
H A Dskcipher.h69 * @encrypt_cnt: number of encrypt requests
76 atomic64_t encrypt_cnt; member in struct:crypto_istat_cipher

Completed in 132 milliseconds