Debian Automated Code Analysis

pyflakes analysis of python-crypto_2.1.0-2_i386.deb

./usr/share/pyshared/Crypto/PublicKey/RSA.py:31: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/PublicKey/RSA.py:39: redefinition of unused '_fastmath' from line 37
./usr/share/pyshared/Crypto/PublicKey/DSA.py:31: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/PublicKey/DSA.py:39: redefinition of unused '_fastmath' from line 37
./usr/share/pyshared/Crypto/PublicKey/pubkey.py:30: 'from Crypto.Util.number import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/PublicKey/ElGamal.py:28: 'from Crypto.PublicKey.pubkey import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/PublicKey/_slowmath.py:31: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/PublicKey/qNEW.py:30: 'from Crypto.Util.number import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/PublicKey/_DSA.py:30: 'from Crypto.PublicKey.pubkey import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/PublicKey/_DSA.py:31: 'number' imported but unused
./usr/share/pyshared/Crypto/Protocol/Chaffing.py:154: 'sys' imported but unused
./usr/share/pyshared/Crypto/Hash/SHA.py:35: 'from sha import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/Hash/SHA.py:39: undefined name 'digestsize'
./usr/share/pyshared/Crypto/Hash/RIPEMD.py:21: 'new' imported but unused
./usr/share/pyshared/Crypto/Hash/RIPEMD.py:21: 'digest_size' imported but unused
./usr/share/pyshared/Crypto/Hash/MD5.py:35: 'from md5 import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/Hash/MD5.py:40: undefined name 'digestsize'
./usr/share/pyshared/Crypto/SelfTest/PublicKey/__init__.py:29: 'os' imported but unused
./usr/share/pyshared/Crypto/SelfTest/PublicKey/test_DSA.py:29: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/SelfTest/PublicKey/test_DSA.py:74: 'Random' imported but unused
./usr/share/pyshared/Crypto/SelfTest/PublicKey/test_DSA.py:75: 'inverse' imported but unused
./usr/share/pyshared/Crypto/SelfTest/PublicKey/test_DSA.py:75: 'bytes_to_long' imported but unused
./usr/share/pyshared/Crypto/SelfTest/PublicKey/test_DSA.py:75: 'size' imported but unused
./usr/share/pyshared/Crypto/SelfTest/PublicKey/test_DSA.py:221: '_fastmath' imported but unused
./usr/share/pyshared/Crypto/SelfTest/PublicKey/test_RSA.py:29: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/SelfTest/PublicKey/test_RSA.py:89: 'Random' imported but unused
./usr/share/pyshared/Crypto/SelfTest/PublicKey/test_RSA.py:369: '_fastmath' imported but unused
./usr/share/pyshared/Crypto/SelfTest/Cipher/test_ARC2.py:97: 'ARC2' imported but unused
./usr/share/pyshared/Crypto/SelfTest/Cipher/test_ARC2.py:102: undefined name 'ARC2'
./usr/share/pyshared/Crypto/SelfTest/Cipher/test_ARC2.py:103: undefined name 'ARC2'
./usr/share/pyshared/Crypto/SelfTest/Cipher/common.py:228: local variable 'p_ciphertext' is assigned to but never used
./usr/share/pyshared/Crypto/SelfTest/Cipher/common.py:292: local variable 'p_ciphertext' is assigned to but never used
./usr/share/pyshared/Crypto/SelfTest/Cipher/test_XOR.py:57: undefined name 'XOR'
./usr/share/pyshared/Crypto/SelfTest/Cipher/test_DES.py:29: 'dict' imported but unused
./usr/share/pyshared/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py:29: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py:37: 'FortunaGenerator' imported but unused
./usr/share/pyshared/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py:29: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py:37: 'FortunaAccumulator' imported but unused
./usr/share/pyshared/Crypto/SelfTest/Random/Fortuna/__init__.py:29: 'os' imported but unused
./usr/share/pyshared/Crypto/SelfTest/Util/test_Counter.py:29: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/SelfTest/Util/test_Counter.py:36: 'Counter' imported but unused
./usr/share/pyshared/Crypto/SelfTest/Util/test_number.py:29: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/SelfTest/Util/test_number.py:39: 'number' imported but unused
./usr/share/pyshared/Crypto/SelfTest/Util/test_number.py:40: 'math' imported but unused
./usr/share/pyshared/Crypto/Random/random.py:32: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/Random/random.py:141: 'long_to_bytes' imported but unused
./usr/share/pyshared/Crypto/Random/__init__.py:28: 'OSRNG' imported but unused
./usr/share/pyshared/Crypto/Random/_UserFriendlyRNG.py:27: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/Random/OSRNG/rng_base.py:26: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/Random/OSRNG/__init__.py:34: redefinition of unused 'new' from line 32
./usr/share/pyshared/Crypto/Random/OSRNG/__init__.py:36: redefinition of unused 'new' from line 34
./usr/share/pyshared/Crypto/Random/OSRNG/__init__.py:36: 'new' imported but unused
./usr/share/pyshared/Crypto/Random/Fortuna/FortunaGenerator.py:27: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/Random/Fortuna/FortunaGenerator.py:29: 'struct' imported but unused
./usr/share/pyshared/Crypto/Random/Fortuna/FortunaAccumulator.py:27: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/Random/Fortuna/SHAd256.py:34: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/Util/Counter.py:25: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/Util/Counter.py:28: 'struct' imported but unused
./usr/share/pyshared/Crypto/Util/number.py:33: redefinition of unused '_fastmath' from line 31
./usr/share/pyshared/Crypto/Util/number.py:36: 'from _number_new import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/Util/number.py:138: local variable 'randint' is assigned to but never used
./usr/share/pyshared/Crypto/Util/number.py:248: 'Random' imported but unused
./usr/share/pyshared/Crypto/Util/number.py:249: 'StrongRandom' imported but unused
./usr/share/pyshared/Crypto/Util/python_compat.py:36: 'sys' imported but unused
./usr/share/pyshared/Crypto/Util/winrandom.py:26: 'from Crypto.Random.OSRNG.winrandom import *' used; unable to detect undefined names
./usr/share/pyshared/Crypto/Util/_number_new.py:30: 'from Crypto.Util.python_compat import *' used; unable to detect undefined names

This report was generated on Sun, 02 Jan 2011 05:31:15 +0000, based on results by pyflakes 0.4.0-1