aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-28 10:09:15 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-28 10:09:15 -0700
commit9d683f71433ca4f2a09052159dc10d2f2dcb3222 (patch)
tree86928a635b22a4dc36bce266550323533e166ff8
parent01fbdf74967f8e22e3ea2d15f195898c64d34cc3 (diff)
parent0a1550e86fbb8a64a1f534babd76da5afd1c4c11 (diff)
downloadcryptography-9d683f71433ca4f2a09052159dc10d2f2dcb3222.tar.gz
cryptography-9d683f71433ca4f2a09052159dc10d2f2dcb3222.tar.bz2
cryptography-9d683f71433ca4f2a09052159dc10d2f2dcb3222.zip
Merge pull request #188 from dstufft/hazmat
Create a Hazardous Materials Area
-rw-r--r--MANIFEST.in2
-rw-r--r--README.rst4
-rw-r--r--cryptography/__about__.py2
-rw-r--r--cryptography/hazmat/__init__.py12
-rw-r--r--cryptography/hazmat/bindings/__init__.py (renamed from cryptography/bindings/__init__.py)2
-rw-r--r--cryptography/hazmat/bindings/openssl/__init__.py (renamed from cryptography/bindings/openssl/__init__.py)2
-rw-r--r--cryptography/hazmat/bindings/openssl/asn1.py (renamed from cryptography/bindings/openssl/asn1.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/backend.py (renamed from cryptography/bindings/openssl/backend.py)14
-rw-r--r--cryptography/hazmat/bindings/openssl/bignum.py (renamed from cryptography/bindings/openssl/bignum.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/bio.py (renamed from cryptography/bindings/openssl/bio.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/conf.py (renamed from cryptography/bindings/openssl/conf.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/crypto.py (renamed from cryptography/bindings/openssl/crypto.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/dh.py (renamed from cryptography/bindings/openssl/dh.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/dsa.py (renamed from cryptography/bindings/openssl/dsa.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/engine.py (renamed from cryptography/bindings/openssl/engine.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/err.py (renamed from cryptography/bindings/openssl/err.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/evp.py (renamed from cryptography/bindings/openssl/evp.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/hmac.py (renamed from cryptography/bindings/openssl/hmac.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/nid.py (renamed from cryptography/bindings/openssl/nid.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/opensslv.py (renamed from cryptography/bindings/openssl/opensslv.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/pem.py (renamed from cryptography/bindings/openssl/pem.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/pkcs12.py (renamed from cryptography/bindings/openssl/pkcs12.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/pkcs7.py (renamed from cryptography/bindings/openssl/pkcs7.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/rand.py (renamed from cryptography/bindings/openssl/rand.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/rsa.py (renamed from cryptography/bindings/openssl/rsa.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/ssl.py (renamed from cryptography/bindings/openssl/ssl.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/x509.py (renamed from cryptography/bindings/openssl/x509.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/x509name.py (renamed from cryptography/bindings/openssl/x509name.py)0
-rw-r--r--cryptography/hazmat/bindings/openssl/x509v3.py (renamed from cryptography/bindings/openssl/x509v3.py)0
-rw-r--r--cryptography/hazmat/primitives/__init__.py (renamed from cryptography/primitives/__init__.py)0
-rw-r--r--cryptography/hazmat/primitives/block/__init__.py (renamed from cryptography/primitives/block/__init__.py)2
-rw-r--r--cryptography/hazmat/primitives/block/base.py (renamed from cryptography/primitives/block/base.py)6
-rw-r--r--cryptography/hazmat/primitives/block/ciphers.py (renamed from cryptography/primitives/block/ciphers.py)0
-rw-r--r--cryptography/hazmat/primitives/block/modes.py (renamed from cryptography/primitives/block/modes.py)2
-rw-r--r--cryptography/hazmat/primitives/hashes.py (renamed from cryptography/primitives/hashes.py)2
-rw-r--r--cryptography/hazmat/primitives/interfaces.py (renamed from cryptography/primitives/interfaces.py)0
-rw-r--r--docs/architecture.rst12
-rw-r--r--docs/bindings/index.rst7
-rw-r--r--docs/hazmat/bindings/index.rst14
-rw-r--r--docs/hazmat/bindings/openssl.rst (renamed from docs/bindings/openssl.rst)14
-rw-r--r--docs/hazmat/primitives/cryptographic-hashes.rst (renamed from docs/primitives/cryptographic-hashes.rst)9
-rw-r--r--docs/hazmat/primitives/index.rst15
-rw-r--r--docs/hazmat/primitives/symmetric-encryption.rst (renamed from docs/primitives/symmetric-encryption.rst)21
-rw-r--r--docs/index.rst11
-rw-r--r--docs/primitives/index.rst8
-rw-r--r--tests/conftest.py2
-rw-r--r--tests/hazmat/__init__.py (renamed from tests/bindings/__init__.py)0
-rw-r--r--tests/hazmat/bindings/__init__.py (renamed from tests/primitives/__init__.py)0
-rw-r--r--tests/hazmat/bindings/test_openssl.py (renamed from tests/bindings/test_openssl.py)6
-rw-r--r--tests/hazmat/primitives/__init__.py0
-rw-r--r--tests/hazmat/primitives/test_block.py (renamed from tests/primitives/test_block.py)4
-rw-r--r--tests/hazmat/primitives/test_ciphers.py (renamed from tests/primitives/test_ciphers.py)4
-rw-r--r--tests/hazmat/primitives/test_cryptrec.py (renamed from tests/primitives/test_cryptrec.py)4
-rw-r--r--tests/hazmat/primitives/test_hash_vectors.py (renamed from tests/primitives/test_hash_vectors.py)4
-rw-r--r--tests/hazmat/primitives/test_hashes.py (renamed from tests/primitives/test_hashes.py)5
-rw-r--r--tests/hazmat/primitives/test_nist.py (renamed from tests/primitives/test_nist.py)4
-rw-r--r--tests/hazmat/primitives/test_openssl_vectors.py (renamed from tests/primitives/test_openssl_vectors.py)4
-rw-r--r--tests/hazmat/primitives/test_utils.py (renamed from tests/primitives/test_utils.py)0
-rw-r--r--tests/hazmat/primitives/utils.py (renamed from tests/primitives/utils.py)4
-rw-r--r--tests/hazmat/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-128-ecb.txt (renamed from tests/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-128-ecb.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-192-ecb.txt (renamed from tests/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-192-ecb.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-256-ecb.txt (renamed from tests/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-256-ecb.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/ISO/ripemd160/ripevectors.txt (renamed from tests/primitives/vectors/ISO/ripemd160/ripevectors.txt)0
-rwxr-xr-xtests/hazmat/primitives/vectors/ISO/whirlpool/iso-test-vectors.txt (renamed from tests/primitives/vectors/ISO/whirlpool/iso-test-vectors.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCIinvperm.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCBCIinvperm.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCIpermop.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCBCIpermop.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCIsubtab.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCBCIsubtab.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCIvarkey.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCBCIvarkey.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCIvartext.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCBCIvartext.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCinvperm.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCBCinvperm.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCpermop.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCBCpermop.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCsubtab.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCBCsubtab.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCvarkey.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCBCvarkey.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCvartext.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCBCvartext.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB1invperm.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFB1invperm.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB1permop.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFB1permop.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB1subtab.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFB1subtab.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB1varkey.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFB1varkey.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB1vartext.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFB1vartext.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB64invperm.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFB64invperm.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB64permop.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFB64permop.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB64subtab.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFB64subtab.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB64varkey.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFB64varkey.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB64vartext.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFB64vartext.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB8invperm.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFB8invperm.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB8permop.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFB8permop.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB8subtab.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFB8subtab.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB8varkey.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFB8varkey.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB8vartext.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFB8vartext.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP1invperm.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFBP1invperm.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP1permop.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFBP1permop.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP1subtab.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFBP1subtab.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP1varkey.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFBP1varkey.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP1vartext.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFBP1vartext.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP64invperm.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFBP64invperm.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP64permop.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFBP64permop.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP64subtab.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFBP64subtab.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP64varkey.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFBP64varkey.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP64vartext.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFBP64vartext.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP8invperm.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFBP8invperm.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP8permop.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFBP8permop.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP8subtab.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFBP8subtab.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP8varkey.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFBP8varkey.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP8vartext.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TCFBP8vartext.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TECBinvperm.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TECBinvperm.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TECBpermop.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TECBpermop.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TECBsubtab.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TECBsubtab.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TECBvarkey.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TECBvarkey.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TECBvartext.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TECBvartext.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBIinvperm.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TOFBIinvperm.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBIpermop.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TOFBIpermop.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBIsubtab.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TOFBIsubtab.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBIvarkey.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TOFBIvarkey.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBIvartext.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TOFBIvartext.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBinvperm.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TOFBinvperm.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBpermop.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TOFBpermop.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBsubtab.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TOFBsubtab.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBvarkey.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TOFBvarkey.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBvartext.rsp (renamed from tests/primitives/vectors/NIST/3DES/KAT/TOFBvartext.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCIMMT1.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCBCIMMT1.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCIMMT2.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCBCIMMT2.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCIMMT3.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCBCIMMT3.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCMMT1.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCBCMMT1.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCMMT2.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCBCMMT2.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCMMT3.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCBCMMT3.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB1MMT1.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFB1MMT1.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB1MMT2.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFB1MMT2.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB1MMT3.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFB1MMT3.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB64MMT1.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFB64MMT1.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB64MMT2.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFB64MMT2.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB64MMT3.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFB64MMT3.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB8MMT1.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFB8MMT1.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB8MMT2.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFB8MMT2.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB8MMT3.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFB8MMT3.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT1.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT1.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT2.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT2.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT3.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT3.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT1.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT1.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT2.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT2.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT3.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT3.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT1.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT1.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT2.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT2.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT3.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT3.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TECBMMT1.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TECBMMT1.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TECBMMT2.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TECBMMT2.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TECBMMT3.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TECBMMT3.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBIMMT1.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TOFBIMMT1.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBIMMT2.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TOFBIMMT2.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBIMMT3.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TOFBIMMT3.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBMMT1.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TOFBMMT1.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBMMT2.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TOFBMMT2.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBMMT3.rsp (renamed from tests/primitives/vectors/NIST/3DES/MMT/TOFBMMT3.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CBCGFSbox128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CBCGFSbox128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CBCGFSbox192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CBCGFSbox192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CBCGFSbox256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CBCGFSbox256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CBCKeySbox128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CBCKeySbox128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CBCKeySbox192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CBCKeySbox192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CBCKeySbox256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CBCKeySbox256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarKey128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CBCVarKey128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarKey192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CBCVarKey192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarKey256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CBCVarKey256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarTxt128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CBCVarTxt128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarTxt192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CBCVarTxt192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarTxt256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CBCVarTxt256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128GFSbox128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB128GFSbox128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128GFSbox192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB128GFSbox192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128GFSbox256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB128GFSbox256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128KeySbox128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB128KeySbox128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128KeySbox192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB128KeySbox192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128KeySbox256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB128KeySbox256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarKey128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB128VarKey128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarKey192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB128VarKey192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarKey256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB128VarKey256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarTxt128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB128VarTxt128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarTxt192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB128VarTxt192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarTxt256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB128VarTxt256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1GFSbox128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB1GFSbox128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1GFSbox192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB1GFSbox192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1GFSbox256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB1GFSbox256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1KeySbox128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB1KeySbox128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1KeySbox192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB1KeySbox192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1KeySbox256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB1KeySbox256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarKey128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB1VarKey128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarKey192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB1VarKey192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarKey256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB1VarKey256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarTxt128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB1VarTxt128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarTxt192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB1VarTxt192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarTxt256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB1VarTxt256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8GFSbox128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB8GFSbox128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8GFSbox192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB8GFSbox192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8GFSbox256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB8GFSbox256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8KeySbox128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB8KeySbox128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8KeySbox192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB8KeySbox192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8KeySbox256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB8KeySbox256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarKey128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB8VarKey128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarKey192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB8VarKey192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarKey256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB8VarKey256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarTxt128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB8VarTxt128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarTxt192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB8VarTxt192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarTxt256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/CFB8VarTxt256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/ECBGFSbox128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/ECBGFSbox128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/ECBGFSbox192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/ECBGFSbox192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/ECBGFSbox256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/ECBGFSbox256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/ECBKeySbox128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/ECBKeySbox128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/ECBKeySbox192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/ECBKeySbox192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/ECBKeySbox256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/ECBKeySbox256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarKey128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/ECBVarKey128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarKey192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/ECBVarKey192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarKey256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/ECBVarKey256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarTxt128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/ECBVarTxt128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarTxt192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/ECBVarTxt192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarTxt256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/ECBVarTxt256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/OFBGFSbox128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/OFBGFSbox128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/OFBGFSbox192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/OFBGFSbox192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/OFBGFSbox256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/OFBGFSbox256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/OFBKeySbox128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/OFBKeySbox128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/OFBKeySbox192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/OFBKeySbox192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/OFBKeySbox256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/OFBKeySbox256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarKey128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/OFBVarKey128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarKey192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/OFBVarKey192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarKey256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/OFBVarKey256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarTxt128.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/OFBVarTxt128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarTxt192.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/OFBVarTxt192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarTxt256.rsp (renamed from tests/primitives/vectors/NIST/AES/KAT/OFBVarTxt256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/CBCMMT128.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/CBCMMT128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/CBCMMT192.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/CBCMMT192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/CBCMMT256.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/CBCMMT256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/CFB128MMT128.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/CFB128MMT128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/CFB128MMT192.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/CFB128MMT192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/CFB128MMT256.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/CFB128MMT256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/CFB1MMT128.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/CFB1MMT128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/CFB1MMT192.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/CFB1MMT192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/CFB1MMT256.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/CFB1MMT256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/CFB8MMT128.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/CFB8MMT128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/CFB8MMT192.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/CFB8MMT192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/CFB8MMT256.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/CFB8MMT256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/ECBMMT128.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/ECBMMT128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/ECBMMT192.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/ECBMMT192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/ECBMMT256.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/ECBMMT256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/OFBMMT128.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/OFBMMT128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/OFBMMT192.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/OFBMMT192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/MMT/OFBMMT256.rsp (renamed from tests/primitives/vectors/NIST/AES/MMT/OFBMMT256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt128.rsp (renamed from tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt192.rsp (renamed from tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt256.rsp (renamed from tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV128.rsp (renamed from tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV128.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV192.rsp (renamed from tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV192.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV256.rsp (renamed from tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV256.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/Readme.txt (renamed from tests/primitives/vectors/NIST/SHABYTE/Readme.txt)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA1LongMsg.rsp (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA1LongMsg.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA1Monte.rsp (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA1Monte.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA1Monte.txt (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA1Monte.txt)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA1ShortMsg.rsp (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA1ShortMsg.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA224LongMsg.rsp (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA224LongMsg.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA224Monte.rsp (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA224Monte.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA224Monte.txt (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA224Monte.txt)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA224ShortMsg.rsp (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA224ShortMsg.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA256LongMsg.rsp (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA256LongMsg.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA256Monte.rsp (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA256Monte.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA256Monte.txt (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA256Monte.txt)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA256ShortMsg.rsp (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA256ShortMsg.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA384LongMsg.rsp (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA384LongMsg.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA384Monte.rsp (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA384Monte.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA384Monte.txt (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA384Monte.txt)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA384ShortMsg.rsp (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA384ShortMsg.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA512LongMsg.rsp (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA512LongMsg.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA512Monte.rsp (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA512Monte.rsp)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA512Monte.txt (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA512Monte.txt)0
-rwxr-xr-xtests/hazmat/primitives/vectors/NIST/SHABYTE/SHA512ShortMsg.rsp (renamed from tests/primitives/vectors/NIST/SHABYTE/SHA512ShortMsg.rsp)0
-rw-r--r--tests/hazmat/primitives/vectors/OpenSSL/AES/aes-128-ctr.txt (renamed from tests/primitives/vectors/OpenSSL/AES/aes-128-ctr.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/OpenSSL/AES/aes-192-ctr.txt (renamed from tests/primitives/vectors/OpenSSL/AES/aes-192-ctr.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/OpenSSL/AES/aes-256-ctr.txt (renamed from tests/primitives/vectors/OpenSSL/AES/aes-256-ctr.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/OpenSSL/Camellia/camellia-cbc.txt (renamed from tests/primitives/vectors/OpenSSL/Camellia/camellia-cbc.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/OpenSSL/Camellia/camellia-cfb.txt (renamed from tests/primitives/vectors/OpenSSL/Camellia/camellia-cfb.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/OpenSSL/Camellia/camellia-ofb.txt (renamed from tests/primitives/vectors/OpenSSL/Camellia/camellia-ofb.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/RFC/HMAC/rfc-2202-md5.txt (renamed from tests/primitives/vectors/RFC/HMAC/rfc-2202-md5.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/RFC/HMAC/rfc-2202-sha1.txt (renamed from tests/primitives/vectors/RFC/HMAC/rfc-2202-sha1.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/RFC/HMAC/rfc-2286-ripemd160.txt (renamed from tests/primitives/vectors/RFC/HMAC/rfc-2286-ripemd160.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/RFC/HMAC/rfc-4231-sha224.txt (renamed from tests/primitives/vectors/RFC/HMAC/rfc-4231-sha224.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/RFC/HMAC/rfc-4231-sha256.txt (renamed from tests/primitives/vectors/RFC/HMAC/rfc-4231-sha256.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/RFC/HMAC/rfc-4231-sha384.txt (renamed from tests/primitives/vectors/RFC/HMAC/rfc-4231-sha384.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/RFC/HMAC/rfc-4231-sha512.txt (renamed from tests/primitives/vectors/RFC/HMAC/rfc-4231-sha512.txt)0
-rw-r--r--tests/hazmat/primitives/vectors/RFC/MD5/rfc-1321.txt (renamed from tests/primitives/vectors/RFC/MD5/rfc-1321.txt)0
-rw-r--r--tests/utils.py10
284 files changed, 134 insertions, 78 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index a0d91cec..67e9da11 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,4 +4,4 @@ include CONTRIBUTING.rst
include README.rst
recursive-include tests *.py
-recursive-include tests/primitives/vectors *
+recursive-include tests/hazmat/primitives/vectors *
diff --git a/README.rst b/README.rst
index fe9181ef..c9baddea 100644
--- a/README.rst
+++ b/README.rst
@@ -4,8 +4,8 @@ Cryptography
.. image:: https://travis-ci.org/pyca/cryptography.png?branch=master
:target: https://travis-ci.org/pyca/cryptography
-``cryptography`` is a package designed to expose cryptographic primitives and
-recipes to Python developers.
+``cryptography`` is a package designed to expose cryptographic recipes and
+primitives to Python developers.
It is currently in early development and isn't recommended for general usage
yet. It targets Python 2.6-2.7, Python 3.2+, as well as PyPy.
diff --git a/cryptography/__about__.py b/cryptography/__about__.py
index e5eca6c6..cd207fcc 100644
--- a/cryptography/__about__.py
+++ b/cryptography/__about__.py
@@ -19,7 +19,7 @@ __all__ = [
__title__ = "cryptography"
__summary__ = ("cryptography is a package designed to expose cryptographic "
- "primitives and recipes to Python developers.")
+ "recipes and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"
__version__ = "0.1.dev1"
diff --git a/cryptography/hazmat/__init__.py b/cryptography/hazmat/__init__.py
new file mode 100644
index 00000000..55c925c6
--- /dev/null
+++ b/cryptography/hazmat/__init__.py
@@ -0,0 +1,12 @@
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
diff --git a/cryptography/bindings/__init__.py b/cryptography/hazmat/bindings/__init__.py
index 5006d134..eb828999 100644
--- a/cryptography/bindings/__init__.py
+++ b/cryptography/hazmat/bindings/__init__.py
@@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from cryptography.bindings import openssl
+from cryptography.hazmat.bindings import openssl
_default_backend = openssl.backend
diff --git a/cryptography/bindings/openssl/__init__.py b/cryptography/hazmat/bindings/openssl/__init__.py
index cfe2e665..44267efd 100644
--- a/cryptography/bindings/openssl/__init__.py
+++ b/cryptography/hazmat/bindings/openssl/__init__.py
@@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from cryptography.bindings.openssl.backend import backend
+from cryptography.hazmat.bindings.openssl.backend import backend
__all__ = ["backend"]
diff --git a/cryptography/bindings/openssl/asn1.py b/cryptography/hazmat/bindings/openssl/asn1.py
index 5bd72e9a..5bd72e9a 100644
--- a/cryptography/bindings/openssl/asn1.py
+++ b/cryptography/hazmat/bindings/openssl/asn1.py
diff --git a/cryptography/bindings/openssl/backend.py b/cryptography/hazmat/bindings/openssl/backend.py
index 4ec16189..494430ba 100644
--- a/cryptography/bindings/openssl/backend.py
+++ b/cryptography/hazmat/bindings/openssl/backend.py
@@ -18,9 +18,11 @@ import sys
import cffi
-from cryptography.primitives import interfaces
-from cryptography.primitives.block.ciphers import AES, Camellia, TripleDES
-from cryptography.primitives.block.modes import CBC, CTR, ECB, OFB, CFB
+from cryptography.hazmat.primitives import interfaces
+from cryptography.hazmat.primitives.block.ciphers import (
+ AES, Camellia, TripleDES,
+)
+from cryptography.hazmat.primitives.block.modes import CBC, CTR, ECB, OFB, CFB
class Backend(object):
@@ -58,8 +60,10 @@ class Backend(object):
functions = []
macros = []
for name in self._modules:
- __import__("cryptography.bindings.openssl." + name)
- module = sys.modules["cryptography.bindings.openssl." + name]
+ module_name = "cryptography.hazmat.bindings.openssl." + name
+ __import__(module_name)
+ module = sys.modules[module_name]
+
self.ffi.cdef(module.TYPES)
macros.append(module.MACROS)
diff --git a/cryptography/bindings/openssl/bignum.py b/cryptography/hazmat/bindings/openssl/bignum.py
index 72d467c3..72d467c3 100644
--- a/cryptography/bindings/openssl/bignum.py
+++ b/cryptography/hazmat/bindings/openssl/bignum.py
diff --git a/cryptography/bindings/openssl/bio.py b/cryptography/hazmat/bindings/openssl/bio.py
index 88be788f..88be788f 100644
--- a/cryptography/bindings/openssl/bio.py
+++ b/cryptography/hazmat/bindings/openssl/bio.py
diff --git a/cryptography/bindings/openssl/conf.py b/cryptography/hazmat/bindings/openssl/conf.py
index 85c7a210..85c7a210 100644
--- a/cryptography/bindings/openssl/conf.py
+++ b/cryptography/hazmat/bindings/openssl/conf.py
diff --git a/cryptography/bindings/openssl/crypto.py b/cryptography/hazmat/bindings/openssl/crypto.py
index 501fb5a1..501fb5a1 100644
--- a/cryptography/bindings/openssl/crypto.py
+++ b/cryptography/hazmat/bindings/openssl/crypto.py
diff --git a/cryptography/bindings/openssl/dh.py b/cryptography/hazmat/bindings/openssl/dh.py
index ac130054..ac130054 100644
--- a/cryptography/bindings/openssl/dh.py
+++ b/cryptography/hazmat/bindings/openssl/dh.py
diff --git a/cryptography/bindings/openssl/dsa.py b/cryptography/hazmat/bindings/openssl/dsa.py
index 2fa67b87..2fa67b87 100644
--- a/cryptography/bindings/openssl/dsa.py
+++ b/cryptography/hazmat/bindings/openssl/dsa.py
diff --git a/cryptography/bindings/openssl/engine.py b/cryptography/hazmat/bindings/openssl/engine.py
index b3ec3125..b3ec3125 100644
--- a/cryptography/bindings/openssl/engine.py
+++ b/cryptography/hazmat/bindings/openssl/engine.py
diff --git a/cryptography/bindings/openssl/err.py b/cryptography/hazmat/bindings/openssl/err.py
index 39ae315c..39ae315c 100644
--- a/cryptography/bindings/openssl/err.py
+++ b/cryptography/hazmat/bindings/openssl/err.py
diff --git a/cryptography/bindings/openssl/evp.py b/cryptography/hazmat/bindings/openssl/evp.py
index a5a97a50..a5a97a50 100644
--- a/cryptography/bindings/openssl/evp.py
+++ b/cryptography/hazmat/bindings/openssl/evp.py
diff --git a/cryptography/bindings/openssl/hmac.py b/cryptography/hazmat/bindings/openssl/hmac.py
index e97ac35e..e97ac35e 100644
--- a/cryptography/bindings/openssl/hmac.py
+++ b/cryptography/hazmat/bindings/openssl/hmac.py
diff --git a/cryptography/bindings/openssl/nid.py b/cryptography/hazmat/bindings/openssl/nid.py
index 0f5b0003..0f5b0003 100644
--- a/cryptography/bindings/openssl/nid.py
+++ b/cryptography/hazmat/bindings/openssl/nid.py
diff --git a/cryptography/bindings/openssl/opensslv.py b/cryptography/hazmat/bindings/openssl/opensslv.py
index d1a1b3e6..d1a1b3e6 100644
--- a/cryptography/bindings/openssl/opensslv.py
+++ b/cryptography/hazmat/bindings/openssl/opensslv.py
diff --git a/cryptography/bindings/openssl/pem.py b/cryptography/hazmat/bindings/openssl/pem.py
index 8c8f736d..8c8f736d 100644
--- a/cryptography/bindings/openssl/pem.py
+++ b/cryptography/hazmat/bindings/openssl/pem.py
diff --git a/cryptography/bindings/openssl/pkcs12.py b/cryptography/hazmat/bindings/openssl/pkcs12.py
index 5c002b93..5c002b93 100644
--- a/cryptography/bindings/openssl/pkcs12.py
+++ b/cryptography/hazmat/bindings/openssl/pkcs12.py
diff --git a/cryptography/bindings/openssl/pkcs7.py b/cryptography/hazmat/bindings/openssl/pkcs7.py
index 752bfa00..752bfa00 100644
--- a/cryptography/bindings/openssl/pkcs7.py
+++ b/cryptography/hazmat/bindings/openssl/pkcs7.py
diff --git a/cryptography/bindings/openssl/rand.py b/cryptography/hazmat/bindings/openssl/rand.py
index e4f6be23..e4f6be23 100644
--- a/cryptography/bindings/openssl/rand.py
+++ b/cryptography/hazmat/bindings/openssl/rand.py
diff --git a/cryptography/bindings/openssl/rsa.py b/cryptography/hazmat/bindings/openssl/rsa.py
index c8bf1cc0..c8bf1cc0 100644
--- a/cryptography/bindings/openssl/rsa.py
+++ b/cryptography/hazmat/bindings/openssl/rsa.py
diff --git a/cryptography/bindings/openssl/ssl.py b/cryptography/hazmat/bindings/openssl/ssl.py
index 8aca86e4..8aca86e4 100644
--- a/cryptography/bindings/openssl/ssl.py
+++ b/cryptography/hazmat/bindings/openssl/ssl.py
diff --git a/cryptography/bindings/openssl/x509.py b/cryptography/hazmat/bindings/openssl/x509.py
index 9a51a6d0..9a51a6d0 100644
--- a/cryptography/bindings/openssl/x509.py
+++ b/cryptography/hazmat/bindings/openssl/x509.py
diff --git a/cryptography/bindings/openssl/x509name.py b/cryptography/hazmat/bindings/openssl/x509name.py
index bd7abe2d..bd7abe2d 100644
--- a/cryptography/bindings/openssl/x509name.py
+++ b/cryptography/hazmat/bindings/openssl/x509name.py
diff --git a/cryptography/bindings/openssl/x509v3.py b/cryptography/hazmat/bindings/openssl/x509v3.py
index 413bde5f..413bde5f 100644
--- a/cryptography/bindings/openssl/x509v3.py
+++ b/cryptography/hazmat/bindings/openssl/x509v3.py
diff --git a/cryptography/primitives/__init__.py b/cryptography/hazmat/primitives/__init__.py
index e69de29b..e69de29b 100644
--- a/cryptography/primitives/__init__.py
+++ b/cryptography/hazmat/primitives/__init__.py
diff --git a/cryptography/primitives/block/__init__.py b/cryptography/hazmat/primitives/block/__init__.py
index a0c6d03f..5b8942b6 100644
--- a/cryptography/primitives/block/__init__.py
+++ b/cryptography/hazmat/primitives/block/__init__.py
@@ -13,7 +13,7 @@
from __future__ import absolute_import, division, print_function
-from cryptography.primitives.block.base import BlockCipher
+from cryptography.hazmat.primitives.block.base import BlockCipher
__all__ = [
diff --git a/cryptography/primitives/block/base.py b/cryptography/hazmat/primitives/block/base.py
index 7924cf9c..ece3b32d 100644
--- a/cryptography/primitives/block/base.py
+++ b/cryptography/hazmat/primitives/block/base.py
@@ -13,7 +13,7 @@
from __future__ import absolute_import, division, print_function
-from cryptography.primitives import interfaces
+from cryptography.hazmat.primitives import interfaces
class BlockCipher(object):
@@ -21,7 +21,9 @@ class BlockCipher(object):
super(BlockCipher, self).__init__()
if backend is None:
- from cryptography.bindings import _default_backend as backend
+ from cryptography.hazmat.bindings import (
+ _default_backend as backend,
+ )
self.cipher = cipher
self.mode = mode
diff --git a/cryptography/primitives/block/ciphers.py b/cryptography/hazmat/primitives/block/ciphers.py
index 4143b89d..4143b89d 100644
--- a/cryptography/primitives/block/ciphers.py
+++ b/cryptography/hazmat/primitives/block/ciphers.py
diff --git a/cryptography/primitives/block/modes.py b/cryptography/hazmat/primitives/block/modes.py
index a933c187..a60e8a34 100644
--- a/cryptography/primitives/block/modes.py
+++ b/cryptography/hazmat/primitives/block/modes.py
@@ -13,7 +13,7 @@
from __future__ import absolute_import, division, print_function
-from cryptography.primitives import interfaces
+from cryptography.hazmat.primitives import interfaces
@interfaces.register(interfaces.ModeWithInitializationVector)
diff --git a/cryptography/primitives/hashes.py b/cryptography/hazmat/primitives/hashes.py
index 023041cb..3ccb59d1 100644
--- a/cryptography/primitives/hashes.py
+++ b/cryptography/hazmat/primitives/hashes.py
@@ -23,7 +23,7 @@ import six
class BaseHash(six.with_metaclass(abc.ABCMeta)):
def __init__(self, data=None, backend=None, ctx=None):
if backend is None:
- from cryptography.bindings import _default_backend
+ from cryptography.hazmat.bindings import _default_backend
backend = _default_backend
self._backend = backend
if ctx is None:
diff --git a/cryptography/primitives/interfaces.py b/cryptography/hazmat/primitives/interfaces.py
index 49c19d0e..49c19d0e 100644
--- a/cryptography/primitives/interfaces.py
+++ b/cryptography/hazmat/primitives/interfaces.py
diff --git a/docs/architecture.rst b/docs/architecture.rst
index 0a9550c0..4cf639c2 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -8,11 +8,11 @@ Architecture
``cryptography`` has three different layers:
-* ``cryptography.bindings``: This package contains bindings to low level
- cryptographic libraries. Our initial target will be OpenSSL.
-* ``cryptography.primitives``: This packages contains low level algorithms,
- things like ``AES`` or ``SHA1``. This is implemented on top of
- ``cryptography.bindings``.
* ``cryptography``: This package contains higher level recipes, for example
"encrypt and then MAC". This is implemented on top of
- ``cryptography.primitives``.
+ ``cryptography.hazmat.primitives``.
+* ``cryptography.hazmat.primitives``: This packages contains low level
+ algorithms, things like ``AES`` or ``SHA1``. This is implemented on top of
+ ``cryptography.hazmat.bindings``.
+* ``cryptography.hazmat.bindings``: This package contains bindings to low level
+ cryptographic libraries. Our initial target will be OpenSSL.
diff --git a/docs/bindings/index.rst b/docs/bindings/index.rst
deleted file mode 100644
index 80f53594..00000000
--- a/docs/bindings/index.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-Bindings
-========
-
-.. toctree::
- :maxdepth: 1
-
- openssl
diff --git a/docs/hazmat/bindings/index.rst b/docs/hazmat/bindings/index.rst
new file mode 100644
index 00000000..4de2df47
--- /dev/null
+++ b/docs/hazmat/bindings/index.rst
@@ -0,0 +1,14 @@
+.. danger::
+
+ This is a "Hazardous Materials" module. You should **ONLY** use it if
+ you're 100% absolutely sure that you know what you're doing because this
+ module is full of land mines, dragons, and dinosaurs with laser guns.
+
+
+Bindings
+========
+
+.. toctree::
+ :maxdepth: 1
+
+ openssl
diff --git a/docs/bindings/openssl.rst b/docs/hazmat/bindings/openssl.rst
index e59b0c13..00e8094a 100644
--- a/docs/bindings/openssl.rst
+++ b/docs/hazmat/bindings/openssl.rst
@@ -1,16 +1,16 @@
-OpenSSL
-=======
+.. danger::
-.. warning::
+ This is a "Hazardous Materials" module. You should **ONLY** use it if
+ you're 100% absolutely sure that you know what you're doing because this
+ module is full of land mines, dragons, and dinosaurs with laser guns.
- The OpenSSL API is not easy to use, small mistakes can lead to significant
- security vulnerabilities. We strongly recommend not using this directly,
- and instead using one of the higher level APIs exposed by ``cryptography``.
+OpenSSL
+=======
These are `CFFI`_ bindings to the `OpenSSL`_ C library.
-.. data:: cryptography.bindings.openssl.backend
+.. data:: cryptography.hazmat.bindings.openssl.backend
This is the exposed API for the OpenSSL bindings. It has two public
attributes:
diff --git a/docs/primitives/cryptographic-hashes.rst b/docs/hazmat/primitives/cryptographic-hashes.rst
index dcf21250..de66b7fe 100644
--- a/docs/primitives/cryptographic-hashes.rst
+++ b/docs/hazmat/primitives/cryptographic-hashes.rst
@@ -1,7 +1,14 @@
+.. danger::
+
+ This is a "Hazardous Materials" module. You should **ONLY** use it if
+ you're 100% absolutely sure that you know what you're doing because this
+ module is full of land mines, dragons, and dinosaurs with laser guns.
+
+
Message Digests
===============
-.. currentmodule:: cryptography.primitives.hashes
+.. currentmodule:: cryptography.hazmat.primitives.hashes
.. class:: BaseHash(data=None)
diff --git a/docs/hazmat/primitives/index.rst b/docs/hazmat/primitives/index.rst
new file mode 100644
index 00000000..6ae769a6
--- /dev/null
+++ b/docs/hazmat/primitives/index.rst
@@ -0,0 +1,15 @@
+.. danger::
+
+ This is a "Hazardous Materials" module. You should **ONLY** use it if
+ you're 100% absolutely sure that you know what you're doing because this
+ module is full of land mines, dragons, and dinosaurs with laser guns.
+
+
+Primitives
+==========
+
+.. toctree::
+ :maxdepth: 1
+
+ cryptographic-hashes
+ symmetric-encryption
diff --git a/docs/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst
index 87e1e692..758a4648 100644
--- a/docs/primitives/symmetric-encryption.rst
+++ b/docs/hazmat/primitives/symmetric-encryption.rst
@@ -1,7 +1,14 @@
+.. danger::
+
+ This is a "Hazardous Materials" module. You should **ONLY** use it if
+ you're 100% absolutely sure that you know what you're doing because this
+ module is full of land mines, dragons, and dinosaurs with laser guns.
+
+
Symmetric Encryption
====================
-.. currentmodule:: cryptography.primitives.block
+.. currentmodule:: cryptography.hazmat.primitives.block
.. testsetup::
@@ -22,7 +29,7 @@ where the encrypter and decrypter both use the same key.
.. doctest::
- >>> from cryptography.primitives.block import BlockCipher, ciphers, modes
+ >>> from cryptography.hazmat.primitives.block import BlockCipher, ciphers, modes
>>> cipher = BlockCipher(ciphers.AES(key), modes.CBC(iv))
>>> encryptor = cipher.encryptor()
>>> ct = encryptor.update(b"a secret message") + encryptor.finalize()
@@ -36,16 +43,16 @@ where the encrypter and decrypter both use the same key.
.. method:: encryptor()
:return: An encrypting
- :class:`~cryptography.primitives.interfaces.CipherContext`
+ :class:`~cryptography.hazmat.primitives.interfaces.CipherContext`
provider.
.. method:: decryptor()
:return: A decrypting
- :class:`~cryptography.primitives.interfaces.CipherContext`
+ :class:`~cryptography.hazmat.primitives.interfaces.CipherContext`
provider.
-.. currentmodule:: cryptography.primitives.interfaces
+.. currentmodule:: cryptography.hazmat.primitives.interfaces
.. class:: CipherContext()
@@ -68,7 +75,7 @@ where the encrypter and decrypter both use the same key.
Ciphers
~~~~~~~
-.. currentmodule:: cryptography.primitives.block.ciphers
+.. currentmodule:: cryptography.hazmat.primitives.block.ciphers
.. class:: AES(key)
@@ -109,7 +116,7 @@ Ciphers
Modes
~~~~~
-.. currentmodule:: cryptography.primitives.block.modes
+.. currentmodule:: cryptography.hazmat.primitives.block.modes
.. class:: CBC(initialization_vector)
diff --git a/docs/index.rst b/docs/index.rst
index a868a5d6..23e966d1 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -31,8 +31,15 @@ Contents
:maxdepth: 2
architecture
- primitives/index
- bindings/index
contributing
security
community
+
+Hazardous Materials
+-------------------
+
+.. toctree::
+ :maxdepth: 2
+
+ hazmat/primitives/index
+ hazmat/bindings/index
diff --git a/docs/primitives/index.rst b/docs/primitives/index.rst
deleted file mode 100644
index c18c62ca..00000000
--- a/docs/primitives/index.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-Primitives
-==========
-
-.. toctree::
- :maxdepth: 1
-
- cryptographic-hashes
- symmetric-encryption
diff --git a/tests/conftest.py b/tests/conftest.py
index d2ba03de..fab40b14 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -1,5 +1,5 @@
def pytest_generate_tests(metafunc):
- from cryptography.bindings import _ALL_BACKENDS
+ from cryptography.hazmat.bindings import _ALL_BACKENDS
if "backend" in metafunc.fixturenames:
metafunc.parametrize("backend", _ALL_BACKENDS)
diff --git a/tests/bindings/__init__.py b/tests/hazmat/__init__.py
index e69de29b..e69de29b 100644
--- a/tests/bindings/__init__.py
+++ b/tests/hazmat/__init__.py
diff --git a/tests/primitives/__init__.py b/tests/hazmat/bindings/__init__.py
index e69de29b..e69de29b 100644
--- a/tests/primitives/__init__.py
+++ b/tests/hazmat/bindings/__init__.py
diff --git a/tests/bindings/test_openssl.py b/tests/hazmat/bindings/test_openssl.py
index 6f9c9d25..9ce882e4 100644
--- a/tests/bindings/test_openssl.py
+++ b/tests/hazmat/bindings/test_openssl.py
@@ -13,9 +13,9 @@
import pytest
-from cryptography.bindings.openssl.backend import backend
-from cryptography.primitives.block.ciphers import AES
-from cryptography.primitives.block.modes import CBC
+from cryptography.hazmat.bindings.openssl.backend import backend
+from cryptography.hazmat.primitives.block.ciphers import AES
+from cryptography.hazmat.primitives.block.modes import CBC
class TestOpenSSL(object):
diff --git a/tests/hazmat/primitives/__init__.py b/tests/hazmat/primitives/__init__.py
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/tests/hazmat/primitives/__init__.py
diff --git a/tests/primitives/test_block.py b/tests/hazmat/primitives/test_block.py
index 3b3b1f91..e0ed6697 100644
--- a/tests/primitives/test_block.py
+++ b/tests/hazmat/primitives/test_block.py
@@ -17,8 +17,8 @@ import binascii
import pytest
-from cryptography.primitives import interfaces
-from cryptography.primitives.block import BlockCipher, ciphers, modes
+from cryptography.hazmat.primitives import interfaces
+from cryptography.hazmat.primitives.block import BlockCipher, ciphers, modes
class TestBlockCipher(object):
diff --git a/tests/primitives/test_ciphers.py b/tests/hazmat/primitives/test_ciphers.py
index 17fcdbaf..26b297a2 100644
--- a/tests/primitives/test_ciphers.py
+++ b/tests/hazmat/primitives/test_ciphers.py
@@ -17,7 +17,9 @@ import binascii
import pytest
-from cryptography.primitives.block.ciphers import AES, Camellia, TripleDES
+from cryptography.hazmat.primitives.block.ciphers import (
+ AES, Camellia, TripleDES,
+)
class TestAES(object):
diff --git a/tests/primitives/test_cryptrec.py b/tests/hazmat/primitives/test_cryptrec.py
index 5e0b12df..48f64a27 100644
--- a/tests/primitives/test_cryptrec.py
+++ b/tests/hazmat/primitives/test_cryptrec.py
@@ -20,10 +20,10 @@ from __future__ import absolute_import, division, print_function
import binascii
import os
-from cryptography.primitives.block import ciphers, modes
+from cryptography.hazmat.primitives.block import ciphers, modes
from .utils import generate_encrypt_test
-from ..utils import load_cryptrec_vectors_from_file
+from ...utils import load_cryptrec_vectors_from_file
class TestCamelliaECB(object):
diff --git a/tests/primitives/test_hash_vectors.py b/tests/hazmat/primitives/test_hash_vectors.py
index e3854726..ebb24350 100644
--- a/tests/primitives/test_hash_vectors.py
+++ b/tests/hazmat/primitives/test_hash_vectors.py
@@ -15,10 +15,10 @@ from __future__ import absolute_import, division, print_function
import os
-from cryptography.primitives import hashes
+from cryptography.hazmat.primitives import hashes
from .utils import generate_hash_test, generate_long_string_hash_test
-from ..utils import load_hash_vectors_from_file
+from ...utils import load_hash_vectors_from_file
class TestSHA1(object):
diff --git a/tests/primitives/test_hashes.py b/tests/hazmat/primitives/test_hashes.py
index 174fd5f4..797fe4ff 100644
--- a/tests/primitives/test_hashes.py
+++ b/tests/hazmat/primitives/test_hashes.py
@@ -19,9 +19,8 @@ import pytest
import six
-from cryptography.bindings import _default_backend
-
-from cryptography.primitives import hashes
+from cryptography.hazmat.bindings import _default_backend
+from cryptography.hazmat.primitives import hashes
from .utils import generate_base_hash_test
diff --git a/tests/primitives/test_nist.py b/tests/hazmat/primitives/test_nist.py
index 2a32d1bc..c15afd5d 100644
--- a/tests/primitives/test_nist.py
+++ b/tests/hazmat/primitives/test_nist.py
@@ -20,10 +20,10 @@ from __future__ import absolute_import, division, print_function
import binascii
import os
-from cryptography.primitives.block import ciphers, modes
+from cryptography.hazmat.primitives.block import ciphers, modes
from .utils import generate_encrypt_test
-from ..utils import load_nist_vectors_from_file
+from ...utils import load_nist_vectors_from_file
class TestAES_CBC(object):
diff --git a/tests/primitives/test_openssl_vectors.py b/tests/hazmat/primitives/test_openssl_vectors.py
index 0f242efc..94037247 100644
--- a/tests/primitives/test_openssl_vectors.py
+++ b/tests/hazmat/primitives/test_openssl_vectors.py
@@ -19,10 +19,10 @@ from __future__ import absolute_import, division, print_function
import binascii
-from cryptography.primitives.block import ciphers, modes
+from cryptography.hazmat.primitives.block import ciphers, modes
from .utils import generate_encrypt_test
-from ..utils import load_openssl_vectors_from_file
+from ...utils import load_openssl_vectors_from_file
class TestCamelliaCBC(object):
diff --git a/tests/primitives/test_utils.py b/tests/hazmat/primitives/test_utils.py
index b7fa3d35..b7fa3d35 100644
--- a/tests/primitives/test_utils.py
+++ b/tests/hazmat/primitives/test_utils.py
diff --git a/tests/primitives/utils.py b/tests/hazmat/primitives/utils.py
index d3b2134f..fabdca01 100644
--- a/tests/primitives/utils.py
+++ b/tests/hazmat/primitives/utils.py
@@ -3,8 +3,8 @@ import os
import pytest
-from cryptography.bindings import _ALL_BACKENDS
-from cryptography.primitives.block import BlockCipher
+from cryptography.hazmat.bindings import _ALL_BACKENDS
+from cryptography.hazmat.primitives.block import BlockCipher
def generate_encrypt_test(param_loader, path, file_names, cipher_factory,
diff --git a/tests/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-128-ecb.txt b/tests/hazmat/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-128-ecb.txt
index ec8c1a1f..ec8c1a1f 100644
--- a/tests/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-128-ecb.txt
+++ b/tests/hazmat/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-128-ecb.txt
diff --git a/tests/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-192-ecb.txt b/tests/hazmat/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-192-ecb.txt
index b3e26435..b3e26435 100644
--- a/tests/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-192-ecb.txt
+++ b/tests/hazmat/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-192-ecb.txt
diff --git a/tests/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-256-ecb.txt b/tests/hazmat/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-256-ecb.txt
index e28c089c..e28c089c 100644
--- a/tests/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-256-ecb.txt
+++ b/tests/hazmat/primitives/vectors/CRYPTREC/Camellia/NTT/camellia-256-ecb.txt
diff --git a/tests/primitives/vectors/ISO/ripemd160/ripevectors.txt b/tests/hazmat/primitives/vectors/ISO/ripemd160/ripevectors.txt
index 4f880023..4f880023 100644
--- a/tests/primitives/vectors/ISO/ripemd160/ripevectors.txt
+++ b/tests/hazmat/primitives/vectors/ISO/ripemd160/ripevectors.txt
diff --git a/tests/primitives/vectors/ISO/whirlpool/iso-test-vectors.txt b/tests/hazmat/primitives/vectors/ISO/whirlpool/iso-test-vectors.txt
index 08044c0b..08044c0b 100755
--- a/tests/primitives/vectors/ISO/whirlpool/iso-test-vectors.txt
+++ b/tests/hazmat/primitives/vectors/ISO/whirlpool/iso-test-vectors.txt
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCBCIinvperm.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCIinvperm.rsp
index 925ac230..925ac230 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCBCIinvperm.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCIinvperm.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCBCIpermop.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCIpermop.rsp
index c713cd11..c713cd11 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCBCIpermop.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCIpermop.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCBCIsubtab.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCIsubtab.rsp
index fc4a9127..fc4a9127 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCBCIsubtab.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCIsubtab.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCBCIvarkey.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCIvarkey.rsp
index c92fb9e0..c92fb9e0 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCBCIvarkey.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCIvarkey.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCBCIvartext.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCIvartext.rsp
index d5f264bf..d5f264bf 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCBCIvartext.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCIvartext.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCBCinvperm.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCinvperm.rsp
index f4e302c5..f4e302c5 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCBCinvperm.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCinvperm.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCBCpermop.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCpermop.rsp
index 12eeca46..12eeca46 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCBCpermop.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCpermop.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCBCsubtab.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCsubtab.rsp
index 76a461a4..76a461a4 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCBCsubtab.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCsubtab.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCBCvarkey.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCvarkey.rsp
index cd781285..cd781285 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCBCvarkey.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCvarkey.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCBCvartext.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCvartext.rsp
index f93b71cb..f93b71cb 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCBCvartext.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCBCvartext.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFB1invperm.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB1invperm.rsp
index 4a91ce8a..4a91ce8a 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFB1invperm.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB1invperm.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFB1permop.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB1permop.rsp
index 86d3b626..86d3b626 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFB1permop.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB1permop.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFB1subtab.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB1subtab.rsp
index 7e052adb..7e052adb 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFB1subtab.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB1subtab.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFB1varkey.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB1varkey.rsp
index 26bedb0f..26bedb0f 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFB1varkey.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB1varkey.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFB1vartext.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB1vartext.rsp
index 6256c160..6256c160 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFB1vartext.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB1vartext.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFB64invperm.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB64invperm.rsp
index 268340e9..268340e9 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFB64invperm.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB64invperm.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFB64permop.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB64permop.rsp
index c9060afe..c9060afe 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFB64permop.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB64permop.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFB64subtab.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB64subtab.rsp
index 72114603..72114603 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFB64subtab.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB64subtab.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFB64varkey.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB64varkey.rsp
index 426371f8..426371f8 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFB64varkey.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB64varkey.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFB64vartext.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB64vartext.rsp
index 01b78d23..01b78d23 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFB64vartext.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB64vartext.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFB8invperm.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB8invperm.rsp
index 87186c90..87186c90 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFB8invperm.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB8invperm.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFB8permop.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB8permop.rsp
index e676e53d..e676e53d 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFB8permop.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB8permop.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFB8subtab.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB8subtab.rsp
index 76326440..76326440 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFB8subtab.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB8subtab.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFB8varkey.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB8varkey.rsp
index f54c46b0..f54c46b0 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFB8varkey.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB8varkey.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFB8vartext.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB8vartext.rsp
index b2997266..b2997266 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFB8vartext.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFB8vartext.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP1invperm.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP1invperm.rsp
index 1d42ed71..1d42ed71 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP1invperm.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP1invperm.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP1permop.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP1permop.rsp
index 754ea0f8..754ea0f8 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP1permop.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP1permop.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP1subtab.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP1subtab.rsp
index a7b6fa1e..a7b6fa1e 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP1subtab.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP1subtab.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP1varkey.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP1varkey.rsp
index 3019638d..3019638d 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP1varkey.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP1varkey.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP1vartext.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP1vartext.rsp
index daa970e4..daa970e4 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP1vartext.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP1vartext.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP64invperm.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP64invperm.rsp
index 4528fa3d..4528fa3d 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP64invperm.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP64invperm.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP64permop.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP64permop.rsp
index e8ee37c2..e8ee37c2 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP64permop.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP64permop.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP64subtab.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP64subtab.rsp
index 067f8a8a..067f8a8a 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP64subtab.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP64subtab.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP64varkey.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP64varkey.rsp
index 448a9457..448a9457 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP64varkey.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP64varkey.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP64vartext.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP64vartext.rsp
index a21df78c..a21df78c 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP64vartext.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP64vartext.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP8invperm.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP8invperm.rsp
index 21af9f1b..21af9f1b 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP8invperm.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP8invperm.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP8permop.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP8permop.rsp
index a4ce85ce..a4ce85ce 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP8permop.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP8permop.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP8subtab.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP8subtab.rsp
index adff4bd4..adff4bd4 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP8subtab.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP8subtab.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP8varkey.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP8varkey.rsp
index 4b868cef..4b868cef 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP8varkey.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP8varkey.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP8vartext.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP8vartext.rsp
index b932d21b..b932d21b 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TCFBP8vartext.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TCFBP8vartext.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TECBinvperm.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TECBinvperm.rsp
index 1b119d58..1b119d58 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TECBinvperm.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TECBinvperm.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TECBpermop.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TECBpermop.rsp
index 705c8cac..705c8cac 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TECBpermop.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TECBpermop.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TECBsubtab.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TECBsubtab.rsp
index 2341f79c..2341f79c 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TECBsubtab.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TECBsubtab.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TECBvarkey.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TECBvarkey.rsp
index 7171c363..7171c363 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TECBvarkey.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TECBvarkey.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TECBvartext.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TECBvartext.rsp
index d3ac60c2..d3ac60c2 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TECBvartext.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TECBvartext.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TOFBIinvperm.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBIinvperm.rsp
index 4fccd4e4..4fccd4e4 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TOFBIinvperm.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBIinvperm.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TOFBIpermop.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBIpermop.rsp
index 05478d70..05478d70 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TOFBIpermop.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBIpermop.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TOFBIsubtab.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBIsubtab.rsp
index 7cd58266..7cd58266 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TOFBIsubtab.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBIsubtab.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TOFBIvarkey.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBIvarkey.rsp
index f127d252..f127d252 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TOFBIvarkey.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBIvarkey.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TOFBIvartext.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBIvartext.rsp
index e7aaebfd..e7aaebfd 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TOFBIvartext.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBIvartext.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TOFBinvperm.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBinvperm.rsp
index 59068927..59068927 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TOFBinvperm.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBinvperm.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TOFBpermop.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBpermop.rsp
index 4b24fc92..4b24fc92 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TOFBpermop.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBpermop.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TOFBsubtab.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBsubtab.rsp
index 18d8c064..18d8c064 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TOFBsubtab.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBsubtab.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TOFBvarkey.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBvarkey.rsp
index e389849b..e389849b 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TOFBvarkey.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBvarkey.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/KAT/TOFBvartext.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBvartext.rsp
index 8b468280..8b468280 100644
--- a/tests/primitives/vectors/NIST/3DES/KAT/TOFBvartext.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/KAT/TOFBvartext.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCBCIMMT1.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCIMMT1.rsp
index 4066f702..4066f702 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCBCIMMT1.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCIMMT1.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCBCIMMT2.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCIMMT2.rsp
index ad264553..ad264553 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCBCIMMT2.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCIMMT2.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCBCIMMT3.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCIMMT3.rsp
index 94e84fa8..94e84fa8 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCBCIMMT3.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCIMMT3.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCBCMMT1.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCMMT1.rsp
index d56756a8..d56756a8 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCBCMMT1.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCMMT1.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCBCMMT2.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCMMT2.rsp
index 23b29385..23b29385 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCBCMMT2.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCMMT2.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCBCMMT3.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCMMT3.rsp
index c9ce860c..c9ce860c 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCBCMMT3.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCBCMMT3.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFB1MMT1.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB1MMT1.rsp
index dd006dac..dd006dac 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFB1MMT1.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB1MMT1.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFB1MMT2.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB1MMT2.rsp
index 552d4996..552d4996 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFB1MMT2.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB1MMT2.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFB1MMT3.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB1MMT3.rsp
index 148b8d61..148b8d61 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFB1MMT3.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB1MMT3.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFB64MMT1.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB64MMT1.rsp
index 5a72e637..5a72e637 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFB64MMT1.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB64MMT1.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFB64MMT2.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB64MMT2.rsp
index b9206150..b9206150 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFB64MMT2.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB64MMT2.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFB64MMT3.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB64MMT3.rsp
index a4df2c80..a4df2c80 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFB64MMT3.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB64MMT3.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFB8MMT1.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB8MMT1.rsp
index f358649e..f358649e 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFB8MMT1.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB8MMT1.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFB8MMT2.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB8MMT2.rsp
index 14f90316..14f90316 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFB8MMT2.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB8MMT2.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFB8MMT3.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB8MMT3.rsp
index b80a4366..b80a4366 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFB8MMT3.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFB8MMT3.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT1.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT1.rsp
index 0a7044ce..0a7044ce 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT1.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT1.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT2.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT2.rsp
index d49eb8c4..d49eb8c4 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT2.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT2.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT3.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT3.rsp
index 5a0e2493..5a0e2493 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT3.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP1MMT3.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT1.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT1.rsp
index 96240f50..96240f50 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT1.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT1.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT2.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT2.rsp
index f6a6efdd..f6a6efdd 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT2.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT2.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT3.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT3.rsp
index e62eb0e2..e62eb0e2 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT3.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP64MMT3.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT1.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT1.rsp
index cc0e7560..cc0e7560 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT1.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT1.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT2.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT2.rsp
index 2a99f218..2a99f218 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT2.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT2.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT3.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT3.rsp
index 5e4e5090..5e4e5090 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT3.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TCFBP8MMT3.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TECBMMT1.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TECBMMT1.rsp
index 5662fa1f..5662fa1f 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TECBMMT1.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TECBMMT1.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TECBMMT2.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TECBMMT2.rsp
index a9228667..a9228667 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TECBMMT2.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TECBMMT2.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TECBMMT3.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TECBMMT3.rsp
index 45d11b31..45d11b31 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TECBMMT3.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TECBMMT3.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TOFBIMMT1.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBIMMT1.rsp
index d666deec..d666deec 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TOFBIMMT1.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBIMMT1.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TOFBIMMT2.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBIMMT2.rsp
index 45fb0c00..45fb0c00 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TOFBIMMT2.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBIMMT2.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TOFBIMMT3.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBIMMT3.rsp
index 522be30b..522be30b 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TOFBIMMT3.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBIMMT3.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TOFBMMT1.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBMMT1.rsp
index 59ceb31f..59ceb31f 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TOFBMMT1.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBMMT1.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TOFBMMT2.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBMMT2.rsp
index 919fcbb2..919fcbb2 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TOFBMMT2.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBMMT2.rsp
diff --git a/tests/primitives/vectors/NIST/3DES/MMT/TOFBMMT3.rsp b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBMMT3.rsp
index 17f4d259..17f4d259 100644
--- a/tests/primitives/vectors/NIST/3DES/MMT/TOFBMMT3.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/3DES/MMT/TOFBMMT3.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CBCGFSbox128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCGFSbox128.rsp
index 8624a2bf..8624a2bf 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CBCGFSbox128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCGFSbox128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CBCGFSbox192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCGFSbox192.rsp
index 29898cc2..29898cc2 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CBCGFSbox192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCGFSbox192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CBCGFSbox256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCGFSbox256.rsp
index ad811435..ad811435 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CBCGFSbox256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCGFSbox256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CBCKeySbox128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCKeySbox128.rsp
index 6bb67fd4..6bb67fd4 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CBCKeySbox128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCKeySbox128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CBCKeySbox192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCKeySbox192.rsp
index 4c64fc5b..4c64fc5b 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CBCKeySbox192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCKeySbox192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CBCKeySbox256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCKeySbox256.rsp
index 696c3304..696c3304 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CBCKeySbox256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCKeySbox256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CBCVarKey128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarKey128.rsp
index 0ee5c2af..0ee5c2af 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CBCVarKey128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarKey128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CBCVarKey192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarKey192.rsp
index 2f5dc5e7..2f5dc5e7 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CBCVarKey192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarKey192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CBCVarKey256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarKey256.rsp
index d0e02bde..d0e02bde 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CBCVarKey256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarKey256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CBCVarTxt128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarTxt128.rsp
index f9fab992..f9fab992 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CBCVarTxt128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarTxt128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CBCVarTxt192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarTxt192.rsp
index dfe97331..dfe97331 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CBCVarTxt192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarTxt192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CBCVarTxt256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarTxt256.rsp
index 79d8050c..79d8050c 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CBCVarTxt256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CBCVarTxt256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB128GFSbox128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128GFSbox128.rsp
index 1beee710..1beee710 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB128GFSbox128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128GFSbox128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB128GFSbox192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128GFSbox192.rsp
index aa9cd3cf..aa9cd3cf 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB128GFSbox192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128GFSbox192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB128GFSbox256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128GFSbox256.rsp
index 9cb27f5d..9cb27f5d 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB128GFSbox256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128GFSbox256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB128KeySbox128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128KeySbox128.rsp
index adad1be4..adad1be4 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB128KeySbox128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128KeySbox128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB128KeySbox192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128KeySbox192.rsp
index b3ada536..b3ada536 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB128KeySbox192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128KeySbox192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB128KeySbox256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128KeySbox256.rsp
index 0b09ff61..0b09ff61 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB128KeySbox256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128KeySbox256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB128VarKey128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarKey128.rsp
index c1668f45..c1668f45 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB128VarKey128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarKey128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB128VarKey192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarKey192.rsp
index a2050f97..a2050f97 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB128VarKey192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarKey192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB128VarKey256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarKey256.rsp
index e3fe5a10..e3fe5a10 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB128VarKey256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarKey256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB128VarTxt128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarTxt128.rsp
index 8dd4b040..8dd4b040 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB128VarTxt128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarTxt128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB128VarTxt192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarTxt192.rsp
index d6deac63..d6deac63 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB128VarTxt192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarTxt192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB128VarTxt256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarTxt256.rsp
index 919b0249..919b0249 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB128VarTxt256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB128VarTxt256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB1GFSbox128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1GFSbox128.rsp
index ebdf45bb..ebdf45bb 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB1GFSbox128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1GFSbox128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB1GFSbox192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1GFSbox192.rsp
index 1d6eaf00..1d6eaf00 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB1GFSbox192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1GFSbox192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB1GFSbox256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1GFSbox256.rsp
index 99eb7ec2..99eb7ec2 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB1GFSbox256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1GFSbox256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB1KeySbox128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1KeySbox128.rsp
index edd7549e..edd7549e 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB1KeySbox128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1KeySbox128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB1KeySbox192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1KeySbox192.rsp
index b4c1454c..b4c1454c 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB1KeySbox192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1KeySbox192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB1KeySbox256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1KeySbox256.rsp
index 14af04bd..14af04bd 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB1KeySbox256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1KeySbox256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB1VarKey128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarKey128.rsp
index 1129b51f..1129b51f 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB1VarKey128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarKey128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB1VarKey192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarKey192.rsp
index edcab6a4..edcab6a4 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB1VarKey192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarKey192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB1VarKey256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarKey256.rsp
index 62294c37..62294c37 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB1VarKey256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarKey256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB1VarTxt128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarTxt128.rsp
index 96405529..96405529 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB1VarTxt128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarTxt128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB1VarTxt192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarTxt192.rsp
index 73354984..73354984 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB1VarTxt192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarTxt192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB1VarTxt256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarTxt256.rsp
index b29c619e..b29c619e 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB1VarTxt256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB1VarTxt256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB8GFSbox128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8GFSbox128.rsp
index 2083b0d7..2083b0d7 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB8GFSbox128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8GFSbox128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB8GFSbox192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8GFSbox192.rsp
index e8d7b029..e8d7b029 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB8GFSbox192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8GFSbox192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB8GFSbox256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8GFSbox256.rsp
index a254784d..a254784d 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB8GFSbox256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8GFSbox256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB8KeySbox128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8KeySbox128.rsp
index 8fff8c40..8fff8c40 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB8KeySbox128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8KeySbox128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB8KeySbox192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8KeySbox192.rsp
index b8d3a91c..b8d3a91c 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB8KeySbox192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8KeySbox192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB8KeySbox256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8KeySbox256.rsp
index 75fe0af1..75fe0af1 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB8KeySbox256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8KeySbox256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB8VarKey128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarKey128.rsp
index c56bea1f..c56bea1f 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB8VarKey128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarKey128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB8VarKey192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarKey192.rsp
index 7219fa8e..7219fa8e 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB8VarKey192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarKey192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB8VarKey256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarKey256.rsp
index 6b000dbc..6b000dbc 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB8VarKey256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarKey256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB8VarTxt128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarTxt128.rsp
index 32d615a9..32d615a9 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB8VarTxt128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarTxt128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB8VarTxt192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarTxt192.rsp
index 04d7fc6b..04d7fc6b 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB8VarTxt192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarTxt192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/CFB8VarTxt256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarTxt256.rsp
index ef4b9b6f..ef4b9b6f 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/CFB8VarTxt256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/CFB8VarTxt256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/ECBGFSbox128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBGFSbox128.rsp
index f3f4e85e..f3f4e85e 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/ECBGFSbox128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBGFSbox128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/ECBGFSbox192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBGFSbox192.rsp
index eccb3331..eccb3331 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/ECBGFSbox192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBGFSbox192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/ECBGFSbox256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBGFSbox256.rsp
index 1f8488f7..1f8488f7 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/ECBGFSbox256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBGFSbox256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/ECBKeySbox128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBKeySbox128.rsp
index f5a28327..f5a28327 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/ECBKeySbox128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBKeySbox128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/ECBKeySbox192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBKeySbox192.rsp
index eafd37a7..eafd37a7 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/ECBKeySbox192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBKeySbox192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/ECBKeySbox256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBKeySbox256.rsp
index 0063b7eb..0063b7eb 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/ECBKeySbox256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBKeySbox256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/ECBVarKey128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarKey128.rsp
index 0d7fa96f..0d7fa96f 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/ECBVarKey128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarKey128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/ECBVarKey192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarKey192.rsp
index 3077fe7c..3077fe7c 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/ECBVarKey192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarKey192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/ECBVarKey256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarKey256.rsp
index 9e5822be..9e5822be 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/ECBVarKey256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarKey256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/ECBVarTxt128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarTxt128.rsp
index 9808157b..9808157b 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/ECBVarTxt128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarTxt128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/ECBVarTxt192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarTxt192.rsp
index 1b280d46..1b280d46 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/ECBVarTxt192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarTxt192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/ECBVarTxt256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarTxt256.rsp
index 708eae81..708eae81 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/ECBVarTxt256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/ECBVarTxt256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/OFBGFSbox128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBGFSbox128.rsp
index 5eb7c5b3..5eb7c5b3 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/OFBGFSbox128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBGFSbox128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/OFBGFSbox192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBGFSbox192.rsp
index 79ce685a..79ce685a 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/OFBGFSbox192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBGFSbox192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/OFBGFSbox256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBGFSbox256.rsp
index 2d70a3bc..2d70a3bc 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/OFBGFSbox256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBGFSbox256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/OFBKeySbox128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBKeySbox128.rsp
index 113361ee..113361ee 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/OFBKeySbox128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBKeySbox128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/OFBKeySbox192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBKeySbox192.rsp
index 04dd4289..04dd4289 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/OFBKeySbox192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBKeySbox192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/OFBKeySbox256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBKeySbox256.rsp
index aa2f4f00..aa2f4f00 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/OFBKeySbox256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBKeySbox256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/OFBVarKey128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarKey128.rsp
index 29a49b9f..29a49b9f 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/OFBVarKey128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarKey128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/OFBVarKey192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarKey192.rsp
index ca35afa8..ca35afa8 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/OFBVarKey192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarKey192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/OFBVarKey256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarKey256.rsp
index a98e166d..a98e166d 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/OFBVarKey256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarKey256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/OFBVarTxt128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarTxt128.rsp
index 6edb9a74..6edb9a74 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/OFBVarTxt128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarTxt128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/OFBVarTxt192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarTxt192.rsp
index f98e0372..f98e0372 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/OFBVarTxt192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarTxt192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/KAT/OFBVarTxt256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarTxt256.rsp
index 7daa17e5..7daa17e5 100755
--- a/tests/primitives/vectors/NIST/AES/KAT/OFBVarTxt256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/KAT/OFBVarTxt256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/CBCMMT128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CBCMMT128.rsp
index c0a6aec0..c0a6aec0 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/CBCMMT128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CBCMMT128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/CBCMMT192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CBCMMT192.rsp
index 2ce5d0af..2ce5d0af 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/CBCMMT192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CBCMMT192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/CBCMMT256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CBCMMT256.rsp
index 8f15f1a9..8f15f1a9 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/CBCMMT256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CBCMMT256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/CFB128MMT128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB128MMT128.rsp
index b7b47ab6..b7b47ab6 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/CFB128MMT128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB128MMT128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/CFB128MMT192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB128MMT192.rsp
index 069fe302..069fe302 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/CFB128MMT192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB128MMT192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/CFB128MMT256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB128MMT256.rsp
index 3a7620c7..3a7620c7 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/CFB128MMT256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB128MMT256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/CFB1MMT128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB1MMT128.rsp
index d371a35c..d371a35c 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/CFB1MMT128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB1MMT128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/CFB1MMT192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB1MMT192.rsp
index 3687a5df..3687a5df 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/CFB1MMT192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB1MMT192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/CFB1MMT256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB1MMT256.rsp
index aef38ffd..aef38ffd 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/CFB1MMT256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB1MMT256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/CFB8MMT128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB8MMT128.rsp
index 03a22039..03a22039 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/CFB8MMT128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB8MMT128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/CFB8MMT192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB8MMT192.rsp
index 945a4ef9..945a4ef9 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/CFB8MMT192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB8MMT192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/CFB8MMT256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB8MMT256.rsp
index ca80e432..ca80e432 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/CFB8MMT256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/CFB8MMT256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/ECBMMT128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/ECBMMT128.rsp
index f1364c07..f1364c07 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/ECBMMT128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/ECBMMT128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/ECBMMT192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/ECBMMT192.rsp
index 2e3f5051..2e3f5051 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/ECBMMT192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/ECBMMT192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/ECBMMT256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/ECBMMT256.rsp
index c18c7648..c18c7648 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/ECBMMT256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/ECBMMT256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/OFBMMT128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/OFBMMT128.rsp
index 14c33b76..14c33b76 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/OFBMMT128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/OFBMMT128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/OFBMMT192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/OFBMMT192.rsp
index 5457f775..5457f775 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/OFBMMT192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/OFBMMT192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/MMT/OFBMMT256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/MMT/OFBMMT256.rsp
index b1d6636a..b1d6636a 100755
--- a/tests/primitives/vectors/NIST/AES/MMT/OFBMMT256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/MMT/OFBMMT256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt128.rsp
index b35b03f6..b35b03f6 100755
--- a/tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt192.rsp
index 678a8fd5..678a8fd5 100755
--- a/tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt256.rsp
index a79e7802..a79e7802 100755
--- a/tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmDecrypt256.rsp
diff --git a/tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV128.rsp b/tests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV128.rsp
index 7f694e57..7f694e57 100755
--- a/tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV128.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV128.rsp
diff --git a/tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV192.rsp b/tests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV192.rsp
index 4cdfdf20..4cdfdf20 100755
--- a/tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV192.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV192.rsp
diff --git a/tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV256.rsp b/tests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV256.rsp
index 60da5fae..60da5fae 100755
--- a/tests/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV256.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/AES/gcmtestvectors/gcmEncryptExtIV256.rsp
diff --git a/tests/primitives/vectors/NIST/SHABYTE/Readme.txt b/tests/hazmat/primitives/vectors/NIST/SHABYTE/Readme.txt
index de6b122e..de6b122e 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/Readme.txt
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/Readme.txt
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA1LongMsg.rsp b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA1LongMsg.rsp
index ef0e21bc..ef0e21bc 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA1LongMsg.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA1LongMsg.rsp
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA1Monte.rsp b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA1Monte.rsp
index 5088defa..5088defa 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA1Monte.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA1Monte.rsp
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA1Monte.txt b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA1Monte.txt
index 37cf7a82..37cf7a82 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA1Monte.txt
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA1Monte.txt
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA1ShortMsg.rsp b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA1ShortMsg.rsp
index 35aa9b5f..35aa9b5f 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA1ShortMsg.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA1ShortMsg.rsp
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA224LongMsg.rsp b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA224LongMsg.rsp
index 09497b4f..09497b4f 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA224LongMsg.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA224LongMsg.rsp
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA224Monte.rsp b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA224Monte.rsp
index 50648b8d..50648b8d 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA224Monte.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA224Monte.rsp
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA224Monte.txt b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA224Monte.txt
index 1c500e32..1c500e32 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA224Monte.txt
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA224Monte.txt
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA224ShortMsg.rsp b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA224ShortMsg.rsp
index a4542c38..a4542c38 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA224ShortMsg.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA224ShortMsg.rsp
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA256LongMsg.rsp b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA256LongMsg.rsp
index 967db2e4..967db2e4 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA256LongMsg.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA256LongMsg.rsp
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA256Monte.rsp b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA256Monte.rsp
index bda7a9e4..bda7a9e4 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA256Monte.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA256Monte.rsp
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA256Monte.txt b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA256Monte.txt
index 27a161e2..27a161e2 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA256Monte.txt
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA256Monte.txt
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA256ShortMsg.rsp b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA256ShortMsg.rsp
index ddcfefbd..ddcfefbd 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA256ShortMsg.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA256ShortMsg.rsp
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA384LongMsg.rsp b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA384LongMsg.rsp
index 4d8404bc..4d8404bc 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA384LongMsg.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA384LongMsg.rsp
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA384Monte.rsp b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA384Monte.rsp
index c7c30e7a..c7c30e7a 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA384Monte.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA384Monte.rsp
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA384Monte.txt b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA384Monte.txt
index a548cbce..a548cbce 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA384Monte.txt
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA384Monte.txt
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA384ShortMsg.rsp b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA384ShortMsg.rsp
index 15fd9adf..15fd9adf 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA384ShortMsg.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA384ShortMsg.rsp
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA512LongMsg.rsp b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA512LongMsg.rsp
index c601ed15..c601ed15 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA512LongMsg.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA512LongMsg.rsp
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA512Monte.rsp b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA512Monte.rsp
index 0b9c295a..0b9c295a 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA512Monte.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA512Monte.rsp
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA512Monte.txt b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA512Monte.txt
index 5753952d..5753952d 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA512Monte.txt
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA512Monte.txt
diff --git a/tests/primitives/vectors/NIST/SHABYTE/SHA512ShortMsg.rsp b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA512ShortMsg.rsp
index ab5cd2a1..ab5cd2a1 100755
--- a/tests/primitives/vectors/NIST/SHABYTE/SHA512ShortMsg.rsp
+++ b/tests/hazmat/primitives/vectors/NIST/SHABYTE/SHA512ShortMsg.rsp
diff --git a/tests/primitives/vectors/OpenSSL/AES/aes-128-ctr.txt b/tests/hazmat/primitives/vectors/OpenSSL/AES/aes-128-ctr.txt
index f4ce15eb..f4ce15eb 100644
--- a/tests/primitives/vectors/OpenSSL/AES/aes-128-ctr.txt
+++ b/tests/hazmat/primitives/vectors/OpenSSL/AES/aes-128-ctr.txt
diff --git a/tests/primitives/vectors/OpenSSL/AES/aes-192-ctr.txt b/tests/hazmat/primitives/vectors/OpenSSL/AES/aes-192-ctr.txt
index 9e166fc4..9e166fc4 100644
--- a/tests/primitives/vectors/OpenSSL/AES/aes-192-ctr.txt
+++ b/tests/hazmat/primitives/vectors/OpenSSL/AES/aes-192-ctr.txt
diff --git a/tests/primitives/vectors/OpenSSL/AES/aes-256-ctr.txt b/tests/hazmat/primitives/vectors/OpenSSL/AES/aes-256-ctr.txt
index d4998750..d4998750 100644
--- a/tests/primitives/vectors/OpenSSL/AES/aes-256-ctr.txt
+++ b/tests/hazmat/primitives/vectors/OpenSSL/AES/aes-256-ctr.txt
diff --git a/tests/primitives/vectors/OpenSSL/Camellia/camellia-cbc.txt b/tests/hazmat/primitives/vectors/OpenSSL/Camellia/camellia-cbc.txt
index 219be470..219be470 100644
--- a/tests/primitives/vectors/OpenSSL/Camellia/camellia-cbc.txt
+++ b/tests/hazmat/primitives/vectors/OpenSSL/Camellia/camellia-cbc.txt
diff --git a/tests/primitives/vectors/OpenSSL/Camellia/camellia-cfb.txt b/tests/hazmat/primitives/vectors/OpenSSL/Camellia/camellia-cfb.txt
index 0e9163ed..0e9163ed 100644
--- a/tests/primitives/vectors/OpenSSL/Camellia/camellia-cfb.txt
+++ b/tests/hazmat/primitives/vectors/OpenSSL/Camellia/camellia-cfb.txt
diff --git a/tests/primitives/vectors/OpenSSL/Camellia/camellia-ofb.txt b/tests/hazmat/primitives/vectors/OpenSSL/Camellia/camellia-ofb.txt
index 6294f111..6294f111 100644
--- a/tests/primitives/vectors/OpenSSL/Camellia/camellia-ofb.txt
+++ b/tests/hazmat/primitives/vectors/OpenSSL/Camellia/camellia-ofb.txt
diff --git a/tests/primitives/vectors/RFC/HMAC/rfc-2202-md5.txt b/tests/hazmat/primitives/vectors/RFC/HMAC/rfc-2202-md5.txt
index 41228461..41228461 100644
--- a/tests/primitives/vectors/RFC/HMAC/rfc-2202-md5.txt
+++ b/tests/hazmat/primitives/vectors/RFC/HMAC/rfc-2202-md5.txt
diff --git a/tests/primitives/vectors/RFC/HMAC/rfc-2202-sha1.txt b/tests/hazmat/primitives/vectors/RFC/HMAC/rfc-2202-sha1.txt
index 80238303..80238303 100644
--- a/tests/primitives/vectors/RFC/HMAC/rfc-2202-sha1.txt
+++ b/tests/hazmat/primitives/vectors/RFC/HMAC/rfc-2202-sha1.txt
diff --git a/tests/primitives/vectors/RFC/HMAC/rfc-2286-ripemd160.txt b/tests/hazmat/primitives/vectors/RFC/HMAC/rfc-2286-ripemd160.txt
index 62e09922..62e09922 100644
--- a/tests/primitives/vectors/RFC/HMAC/rfc-2286-ripemd160.txt
+++ b/tests/hazmat/primitives/vectors/RFC/HMAC/rfc-2286-ripemd160.txt
diff --git a/tests/primitives/vectors/RFC/HMAC/rfc-4231-sha224.txt b/tests/hazmat/primitives/vectors/RFC/HMAC/rfc-4231-sha224.txt
index 8fd91603..8fd91603 100644
--- a/tests/primitives/vectors/RFC/HMAC/rfc-4231-sha224.txt
+++ b/tests/hazmat/primitives/vectors/RFC/HMAC/rfc-4231-sha224.txt
diff --git a/tests/primitives/vectors/RFC/HMAC/rfc-4231-sha256.txt b/tests/hazmat/primitives/vectors/RFC/HMAC/rfc-4231-sha256.txt
index 94f6b6eb..94f6b6eb 100644
--- a/tests/primitives/vectors/RFC/HMAC/rfc-4231-sha256.txt
+++ b/tests/hazmat/primitives/vectors/RFC/HMAC/rfc-4231-sha256.txt
diff --git a/tests/primitives/vectors/RFC/HMAC/rfc-4231-sha384.txt b/tests/hazmat/primitives/vectors/RFC/HMAC/rfc-4231-sha384.txt
index 07cebefe..07cebefe 100644
--- a/tests/primitives/vectors/RFC/HMAC/rfc-4231-sha384.txt
+++ b/tests/hazmat/primitives/vectors/RFC/HMAC/rfc-4231-sha384.txt
diff --git a/tests/primitives/vectors/RFC/HMAC/rfc-4231-sha512.txt b/tests/hazmat/primitives/vectors/RFC/HMAC/rfc-4231-sha512.txt
index f1676934..f1676934 100644
--- a/tests/primitives/vectors/RFC/HMAC/rfc-4231-sha512.txt
+++ b/tests/hazmat/primitives/vectors/RFC/HMAC/rfc-4231-sha512.txt
diff --git a/tests/primitives/vectors/RFC/MD5/rfc-1321.txt b/tests/hazmat/primitives/vectors/RFC/MD5/rfc-1321.txt
index 1ca16a3c..1ca16a3c 100644
--- a/tests/primitives/vectors/RFC/MD5/rfc-1321.txt
+++ b/tests/hazmat/primitives/vectors/RFC/MD5/rfc-1321.txt
diff --git a/tests/utils.py b/tests/utils.py
index fa7cc68d..9d01746a 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -53,7 +53,7 @@ def load_nist_vectors(vector_data, op):
def load_nist_vectors_from_file(filename, op):
base = os.path.join(
- os.path.dirname(__file__), "primitives", "vectors", "NIST",
+ os.path.dirname(__file__), "hazmat", "primitives", "vectors", "NIST",
)
with open(os.path.join(base, filename), "r") as vector_file:
return load_nist_vectors(vector_file, op)
@@ -61,7 +61,8 @@ def load_nist_vectors_from_file(filename, op):
def load_cryptrec_vectors_from_file(filename):
base = os.path.join(
- os.path.dirname(__file__), "primitives", "vectors", "CRYPTREC",
+ os.path.dirname(__file__),
+ "hazmat", "primitives", "vectors", "CRYPTREC",
)
with open(os.path.join(base, filename), "r") as vector_file:
return load_cryptrec_vectors(vector_file)
@@ -97,7 +98,8 @@ def load_cryptrec_vectors(vector_data):
def load_openssl_vectors_from_file(filename):
base = os.path.join(
- os.path.dirname(__file__), "primitives", "vectors", "OpenSSL",
+ os.path.dirname(__file__),
+ "hazmat", "primitives", "vectors", "OpenSSL",
)
with open(os.path.join(base, filename), "r") as vector_file:
return load_openssl_vectors(vector_file)
@@ -152,7 +154,7 @@ def load_hash_vectors(vector_data):
def load_hash_vectors_from_file(filename):
base = os.path.join(
- os.path.dirname(__file__), "primitives", "vectors"
+ os.path.dirname(__file__), "hazmat", "primitives", "vectors"
)
with open(os.path.join(base, filename), "r") as vector_file:
return load_hash_vectors(vector_file)