Lines Matching defs:rcipher
755 struct crypto_stat_cipher rcipher;
759 memset(&rcipher, 0, sizeof(rcipher));
761 strscpy(rcipher.type, "cipher", sizeof(rcipher.type));
763 rcipher.stat_encrypt_cnt = atomic64_read(&istat->encrypt_cnt);
764 rcipher.stat_encrypt_tlen = atomic64_read(&istat->encrypt_tlen);
765 rcipher.stat_decrypt_cnt = atomic64_read(&istat->decrypt_cnt);
766 rcipher.stat_decrypt_tlen = atomic64_read(&istat->decrypt_tlen);
767 rcipher.stat_err_cnt = atomic64_read(&istat->err_cnt);
769 return nla_put(skb, CRYPTOCFGA_STAT_CIPHER, sizeof(rcipher), &rcipher);