Crypto modularity proj: Separate files under crypto directory based on their function...
authorZhanna Tsitkov <tsitkova@mit.edu>
Mon, 3 Aug 2009 14:19:16 +0000 (14:19 +0000)
committerZhanna Tsitkov <tsitkova@mit.edu>
Mon, 3 Aug 2009 14:19:16 +0000 (14:19 +0000)
commit3c40c7f134b4e87baa43b0cacb435b6f96245e2f
tree2b1014db60c1d3941f17a4d00221e07cc5cece62
parentab7ffb919b4ee5ee5bc07f987d9163202a632e6a
Crypto modularity proj: Separate files under crypto directory based on their functionality. Move  Kerberos specific files into krb subdir and MIT specific - into builtin subdir. Place all tests into crypto_tests subfolder.

bigredbutton: whitespace

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22477 dc483132-0cff-0310-8789-dd5450dbe970
245 files changed:
src/Makefile.in
src/configure.in
src/lib/crypto/Makefile.in
src/lib/crypto/builtin/Makefile.in [new file with mode: 0644]
src/lib/crypto/builtin/aes/Makefile.in [moved from src/lib/crypto/aes/Makefile.in with 54% similarity]
src/lib/crypto/builtin/aes/aes-gen.c [moved from src/lib/crypto/aes/aes-gen.c with 100% similarity]
src/lib/crypto/builtin/aes/aes.h [moved from src/lib/crypto/aes/aes.h with 100% similarity]
src/lib/crypto/builtin/aes/aes.txt [moved from src/lib/crypto/aes/aes.txt with 100% similarity]
src/lib/crypto/builtin/aes/aes_s2k.c [moved from src/lib/crypto/aes/aes_s2k.c with 100% similarity]
src/lib/crypto/builtin/aes/aes_s2k.h [moved from src/lib/crypto/aes/aes_s2k.h with 100% similarity]
src/lib/crypto/builtin/aes/aescpp.h [moved from src/lib/crypto/aes/aescpp.h with 100% similarity]
src/lib/crypto/builtin/aes/aescrypp.c [moved from src/lib/crypto/aes/aescrypp.c with 100% similarity]
src/lib/crypto/builtin/aes/aescrypt.asm [moved from src/lib/crypto/aes/aescrypt.asm with 100% similarity]
src/lib/crypto/builtin/aes/aescrypt.c [moved from src/lib/crypto/aes/aescrypt.c with 100% similarity]
src/lib/crypto/builtin/aes/aeskey.c [moved from src/lib/crypto/aes/aeskey.c with 100% similarity]
src/lib/crypto/builtin/aes/aeskeypp.c [moved from src/lib/crypto/aes/aeskeypp.c with 100% similarity]
src/lib/crypto/builtin/aes/aesopt.h [moved from src/lib/crypto/aes/aesopt.h with 100% similarity]
src/lib/crypto/builtin/aes/aessrc.url [moved from src/lib/crypto/aes/aessrc.url with 100% similarity]
src/lib/crypto/builtin/aes/aestab.c [moved from src/lib/crypto/aes/aestab.c with 100% similarity]
src/lib/crypto/builtin/aes/deps [moved from src/lib/crypto/aes/deps with 55% similarity]
src/lib/crypto/builtin/aes/uitypes.h [moved from src/lib/crypto/aes/uitypes.h with 100% similarity]
src/lib/crypto/builtin/arcfour/Makefile.in [moved from src/lib/crypto/arcfour/Makefile.in with 66% similarity]
src/lib/crypto/builtin/arcfour/arcfour-int.h [moved from src/lib/crypto/arcfour/arcfour-int.h with 100% similarity]
src/lib/crypto/builtin/arcfour/arcfour.c [moved from src/lib/crypto/arcfour/arcfour.c with 99% similarity]
src/lib/crypto/builtin/arcfour/arcfour.h [moved from src/lib/crypto/arcfour/arcfour.h with 100% similarity]
src/lib/crypto/builtin/arcfour/arcfour_aead.c [moved from src/lib/crypto/arcfour/arcfour_aead.c with 100% similarity]
src/lib/crypto/builtin/arcfour/arcfour_s2k.c [moved from src/lib/crypto/arcfour/arcfour_s2k.c with 100% similarity]
src/lib/crypto/builtin/arcfour/deps [moved from src/lib/crypto/arcfour/deps with 59% similarity]
src/lib/crypto/builtin/deps [new file with mode: 0644]
src/lib/crypto/builtin/des/ISSUES [moved from src/lib/crypto/des/ISSUES with 100% similarity]
src/lib/crypto/builtin/des/Makefile.in [new file with mode: 0644]
src/lib/crypto/builtin/des/afsstring2key.c [moved from src/lib/crypto/des/afsstring2key.c with 100% similarity]
src/lib/crypto/builtin/des/d3_aead.c [moved from src/lib/crypto/des/d3_aead.c with 99% similarity]
src/lib/crypto/builtin/des/d3_cbc.c [moved from src/lib/crypto/des/d3_cbc.c with 100% similarity]
src/lib/crypto/builtin/des/d3_kysched.c [moved from src/lib/crypto/des/d3_kysched.c with 100% similarity]
src/lib/crypto/builtin/des/deps [moved from src/lib/crypto/des/deps with 81% similarity]
src/lib/crypto/builtin/des/des_int.h [moved from src/lib/crypto/des/des_int.h with 100% similarity]
src/lib/crypto/builtin/des/des_prf.c [moved from src/lib/crypto/des/des_prf.c with 96% similarity]
src/lib/crypto/builtin/des/doc/libdes.doc [moved from src/lib/crypto/des/doc/libdes.doc with 100% similarity]
src/lib/crypto/builtin/des/f_aead.c [moved from src/lib/crypto/des/f_aead.c with 99% similarity]
src/lib/crypto/builtin/des/f_cbc.c [moved from src/lib/crypto/des/f_cbc.c with 100% similarity]
src/lib/crypto/builtin/des/f_cksum.c [moved from src/lib/crypto/des/f_cksum.c with 100% similarity]
src/lib/crypto/builtin/des/f_parity.c [moved from src/lib/crypto/des/f_parity.c with 100% similarity]
src/lib/crypto/builtin/des/f_sched.c [moved from src/lib/crypto/des/f_sched.c with 100% similarity]
src/lib/crypto/builtin/des/f_tables.c [moved from src/lib/crypto/des/f_tables.c with 100% similarity]
src/lib/crypto/builtin/des/f_tables.h [moved from src/lib/crypto/des/f_tables.h with 100% similarity]
src/lib/crypto/builtin/des/key_sched.c [moved from src/lib/crypto/des/key_sched.c with 100% similarity]
src/lib/crypto/builtin/des/string2key.c [moved from src/lib/crypto/des/string2key.c with 100% similarity]
src/lib/crypto/builtin/des/weak_key.c [moved from src/lib/crypto/des/weak_key.c with 100% similarity]
src/lib/crypto/builtin/hmac.c [moved from src/lib/crypto/hmac.c with 100% similarity]
src/lib/crypto/builtin/md4/ISSUES [moved from src/lib/crypto/md4/ISSUES with 100% similarity]
src/lib/crypto/builtin/md4/Makefile.in [new file with mode: 0644]
src/lib/crypto/builtin/md4/deps [new file with mode: 0644]
src/lib/crypto/builtin/md4/md4.c [moved from src/lib/crypto/md4/md4.c with 100% similarity]
src/lib/crypto/builtin/md4/rsa-md4.h [moved from src/lib/crypto/md4/rsa-md4.h with 100% similarity]
src/lib/crypto/builtin/md5/ISSUES [moved from src/lib/crypto/md5/ISSUES with 100% similarity]
src/lib/crypto/builtin/md5/Makefile.in [new file with mode: 0644]
src/lib/crypto/builtin/md5/deps [new file with mode: 0644]
src/lib/crypto/builtin/md5/md5.c [moved from src/lib/crypto/md5/md5.c with 100% similarity]
src/lib/crypto/builtin/md5/rsa-md5.h [moved from src/lib/crypto/md5/rsa-md5.h with 100% similarity]
src/lib/crypto/builtin/pbkdf2.c [moved from src/lib/crypto/pbkdf2.c with 100% similarity]
src/lib/crypto/builtin/sha1/ISSUES [moved from src/lib/crypto/sha1/ISSUES with 100% similarity]
src/lib/crypto/builtin/sha1/Makefile.in [new file with mode: 0644]
src/lib/crypto/builtin/sha1/deps [new file with mode: 0644]
src/lib/crypto/builtin/sha1/shs.c [moved from src/lib/crypto/sha1/shs.c with 100% similarity]
src/lib/crypto/builtin/sha1/shs.h [moved from src/lib/crypto/sha1/shs.h with 100% similarity]
src/lib/crypto/crc32/Makefile.in [deleted file]
src/lib/crypto/crc32/deps [deleted file]
src/lib/crypto/crypto_tests/Makefile.in [new file with mode: 0644]
src/lib/crypto/crypto_tests/aes-test.c [moved from src/lib/crypto/aes/aes-test.c with 100% similarity]
src/lib/crypto/crypto_tests/deps [new file with mode: 0644]
src/lib/crypto/crypto_tests/destest.c [moved from src/lib/crypto/des/destest.c with 100% similarity]
src/lib/crypto/crypto_tests/expect-vk.txt [moved from src/lib/crypto/aes/expect-vk.txt with 100% similarity]
src/lib/crypto/crypto_tests/expect-vt.txt [moved from src/lib/crypto/aes/expect-vt.txt with 100% similarity]
src/lib/crypto/crypto_tests/keytest.data [moved from src/lib/crypto/des/keytest.data with 100% similarity]
src/lib/crypto/crypto_tests/t_afss2k.c [moved from src/lib/crypto/des/t_afss2k.c with 100% similarity]
src/lib/crypto/crypto_tests/t_cf2.c [moved from src/lib/crypto/t_cf2.c with 100% similarity]
src/lib/crypto/crypto_tests/t_cf2.comments [moved from src/lib/crypto/t_cf2.comments with 100% similarity]
src/lib/crypto/crypto_tests/t_cf2.expected [moved from src/lib/crypto/t_cf2.expected with 100% similarity]
src/lib/crypto/crypto_tests/t_cf2.in [moved from src/lib/crypto/t_cf2.in with 100% similarity]
src/lib/crypto/crypto_tests/t_cksum.c [moved from src/lib/crypto/keyhash_provider/t_cksum.c with 100% similarity]
src/lib/crypto/crypto_tests/t_crc.c [moved from src/lib/crypto/crc32/t_crc.c with 100% similarity]
src/lib/crypto/crypto_tests/t_cts.c [moved from src/lib/crypto/t_cts.c with 100% similarity]
src/lib/crypto/crypto_tests/t_encrypt.c [moved from src/lib/crypto/t_encrypt.c with 100% similarity]
src/lib/crypto/crypto_tests/t_hmac.c [moved from src/lib/crypto/t_hmac.c with 100% similarity]
src/lib/crypto/crypto_tests/t_mdcksum.c [moved from src/lib/crypto/md5/t_cksum.c with 100% similarity]
src/lib/crypto/crypto_tests/t_mddriver.c [moved from src/lib/crypto/md5/t_mddriver.c with 100% similarity]
src/lib/crypto/crypto_tests/t_nfold.c [moved from src/lib/crypto/t_nfold.c with 100% similarity]
src/lib/crypto/crypto_tests/t_pkcs5.c [moved from src/lib/crypto/t_pkcs5.c with 100% similarity]
src/lib/crypto/crypto_tests/t_prf.c [moved from src/lib/crypto/t_prf.c with 100% similarity]
src/lib/crypto/crypto_tests/t_prf.comments [moved from src/lib/crypto/t_prf.comments with 100% similarity]
src/lib/crypto/crypto_tests/t_prf.expected [moved from src/lib/crypto/t_prf.expected with 100% similarity]
src/lib/crypto/crypto_tests/t_prf.in [moved from src/lib/crypto/t_prf.in with 100% similarity]
src/lib/crypto/crypto_tests/t_prng.c [moved from src/lib/crypto/t_prng.c with 100% similarity]
src/lib/crypto/crypto_tests/t_prng.comments [moved from src/lib/crypto/t_prng.comments with 100% similarity]
src/lib/crypto/crypto_tests/t_prng.expected [moved from src/lib/crypto/t_prng.expected with 100% similarity]
src/lib/crypto/crypto_tests/t_prng.reseedtest [moved from src/lib/crypto/t_prng.reseedtest with 100% similarity]
src/lib/crypto/crypto_tests/t_prng.reseedtest-comments [moved from src/lib/crypto/t_prng.reseedtest-comments with 100% similarity]
src/lib/crypto/crypto_tests/t_prng.reseedtest-expected [moved from src/lib/crypto/t_prng.reseedtest-expected with 100% similarity]
src/lib/crypto/crypto_tests/t_prng.seed [moved from src/lib/crypto/t_prng.seed with 100% similarity]
src/lib/crypto/crypto_tests/t_shs.c [moved from src/lib/crypto/sha1/t_shs.c with 100% similarity]
src/lib/crypto/crypto_tests/t_shs3.c [moved from src/lib/crypto/sha1/t_shs3.c with 100% similarity]
src/lib/crypto/crypto_tests/t_verify.c [moved from src/lib/crypto/des/t_verify.c with 100% similarity]
src/lib/crypto/crypto_tests/test/Readme.txt [moved from src/lib/crypto/aes/test/Readme.txt with 100% similarity]
src/lib/crypto/crypto_tests/test/cbc_d_m.txt [moved from src/lib/crypto/aes/test/cbc_d_m.txt with 100% similarity]
src/lib/crypto/crypto_tests/test/cbc_e_m.txt [moved from src/lib/crypto/aes/test/cbc_e_m.txt with 100% similarity]
src/lib/crypto/crypto_tests/test/ecb_d_m.txt [moved from src/lib/crypto/aes/test/ecb_d_m.txt with 100% similarity]
src/lib/crypto/crypto_tests/test/ecb_e_m.txt [moved from src/lib/crypto/aes/test/ecb_e_m.txt with 100% similarity]
src/lib/crypto/crypto_tests/test/ecb_iv.readme [moved from src/lib/crypto/aes/test/ecb_iv.readme with 100% similarity]
src/lib/crypto/crypto_tests/test/ecb_iv.txt [moved from src/lib/crypto/aes/test/ecb_iv.txt with 100% similarity]
src/lib/crypto/crypto_tests/test/ecb_tbl.txt [moved from src/lib/crypto/aes/test/ecb_tbl.txt with 100% similarity]
src/lib/crypto/crypto_tests/test/ecb_vk.txt [moved from src/lib/crypto/aes/test/ecb_vk.txt with 100% similarity]
src/lib/crypto/crypto_tests/test/ecb_vt.txt [moved from src/lib/crypto/aes/test/ecb_vt.txt with 100% similarity]
src/lib/crypto/crypto_tests/test/katmct.pdf [moved from src/lib/crypto/aes/test/katmct.pdf with 100% similarity]
src/lib/crypto/crypto_tests/vb.txt [moved from src/lib/crypto/aes/vb.txt with 100% similarity]
src/lib/crypto/crypto_tests/vectors.c [moved from src/lib/crypto/vectors.c with 100% similarity]
src/lib/crypto/crypto_tests/ytest.c [moved from src/lib/crypto/yarrow/ytest.c with 100% similarity]
src/lib/crypto/deps
src/lib/crypto/des/Makefile.in [deleted file]
src/lib/crypto/hash_provider/deps [deleted file]
src/lib/crypto/keyhash_provider/Makefile.in [deleted file]
src/lib/crypto/keyhash_provider/deps [deleted file]
src/lib/crypto/krb/Makefile.in [new file with mode: 0644]
src/lib/crypto/krb/aead.c [moved from src/lib/crypto/aead.c with 100% similarity]
src/lib/crypto/krb/aead.h [moved from src/lib/crypto/aead.h with 100% similarity]
src/lib/crypto/krb/block_size.c [moved from src/lib/crypto/block_size.c with 100% similarity]
src/lib/crypto/krb/cf2.c [moved from src/lib/crypto/cf2.c with 100% similarity]
src/lib/crypto/krb/checksum_length.c [moved from src/lib/crypto/checksum_length.c with 100% similarity]
src/lib/crypto/krb/cksumtype_to_string.c [moved from src/lib/crypto/cksumtype_to_string.c with 100% similarity]
src/lib/crypto/krb/cksumtypes.c [moved from src/lib/crypto/cksumtypes.c with 100% similarity]
src/lib/crypto/krb/cksumtypes.h [moved from src/lib/crypto/cksumtypes.h with 100% similarity]
src/lib/crypto/krb/coll_proof_cksum.c [moved from src/lib/crypto/coll_proof_cksum.c with 100% similarity]
src/lib/crypto/krb/combine_keys.c [moved from src/lib/crypto/combine_keys.c with 100% similarity]
src/lib/crypto/krb/crc32/CRC.pm [moved from src/lib/crypto/crc32/CRC.pm with 100% similarity]
src/lib/crypto/krb/crc32/Makefile.in [new file with mode: 0644]
src/lib/crypto/krb/crc32/Poly.pm [moved from src/lib/crypto/crc32/Poly.pm with 100% similarity]
src/lib/crypto/krb/crc32/crc-32.h [moved from src/lib/crypto/crc32/crc-32.h with 100% similarity]
src/lib/crypto/krb/crc32/crc.pl [moved from src/lib/crypto/crc32/crc.pl with 100% similarity]
src/lib/crypto/krb/crc32/crc32.c [moved from src/lib/crypto/crc32/crc32.c with 100% similarity]
src/lib/crypto/krb/crc32/deps [new file with mode: 0644]
src/lib/crypto/krb/crypto_length.c [moved from src/lib/crypto/crypto_length.c with 100% similarity]
src/lib/crypto/krb/crypto_libinit.c [moved from src/lib/crypto/crypto_libinit.c with 100% similarity]
src/lib/crypto/krb/decrypt.c [moved from src/lib/crypto/decrypt.c with 100% similarity]
src/lib/crypto/krb/decrypt_iov.c [moved from src/lib/crypto/decrypt_iov.c with 100% similarity]
src/lib/crypto/krb/default_state.c [moved from src/lib/crypto/default_state.c with 100% similarity]
src/lib/crypto/krb/deps [new file with mode: 0644]
src/lib/crypto/krb/dk/Makefile.in [moved from src/lib/crypto/dk/Makefile.in with 73% similarity]
src/lib/crypto/krb/dk/checksum.c [moved from src/lib/crypto/dk/checksum.c with 100% similarity]
src/lib/crypto/krb/dk/deps [moved from src/lib/crypto/dk/deps with 75% similarity]
src/lib/crypto/krb/dk/derive.c [moved from src/lib/crypto/dk/derive.c with 100% similarity]
src/lib/crypto/krb/dk/dk.h [moved from src/lib/crypto/dk/dk.h with 100% similarity]
src/lib/crypto/krb/dk/dk_aead.c [moved from src/lib/crypto/dk/dk_aead.c with 100% similarity]
src/lib/crypto/krb/dk/dk_decrypt.c [moved from src/lib/crypto/dk/dk_decrypt.c with 100% similarity]
src/lib/crypto/krb/dk/dk_encrypt.c [moved from src/lib/crypto/dk/dk_encrypt.c with 100% similarity]
src/lib/crypto/krb/dk/dk_prf.c [moved from src/lib/crypto/dk/dk_prf.c with 100% similarity]
src/lib/crypto/krb/dk/stringtokey.c [moved from src/lib/crypto/dk/stringtokey.c with 100% similarity]
src/lib/crypto/krb/enc_provider/Makefile.in [moved from src/lib/crypto/enc_provider/Makefile.in with 58% similarity]
src/lib/crypto/krb/enc_provider/aes.c [moved from src/lib/crypto/enc_provider/aes.c with 100% similarity]
src/lib/crypto/krb/enc_provider/deps [new file with mode: 0644]
src/lib/crypto/krb/enc_provider/des.c [moved from src/lib/crypto/enc_provider/des.c with 100% similarity]
src/lib/crypto/krb/enc_provider/des3.c [moved from src/lib/crypto/enc_provider/des3.c with 100% similarity]
src/lib/crypto/krb/enc_provider/enc_provider.h [moved from src/lib/crypto/enc_provider/enc_provider.h with 100% similarity]
src/lib/crypto/krb/enc_provider/rc4.c [moved from src/lib/crypto/enc_provider/rc4.c with 100% similarity]
src/lib/crypto/krb/encrypt.c [moved from src/lib/crypto/encrypt.c with 100% similarity]
src/lib/crypto/krb/encrypt_iov.c [moved from src/lib/crypto/encrypt_iov.c with 100% similarity]
src/lib/crypto/krb/encrypt_length.c [moved from src/lib/crypto/encrypt_length.c with 100% similarity]
src/lib/crypto/krb/enctype_compare.c [moved from src/lib/crypto/enctype_compare.c with 100% similarity]
src/lib/crypto/krb/enctype_to_string.c [moved from src/lib/crypto/enctype_to_string.c with 100% similarity]
src/lib/crypto/krb/etypes.c [moved from src/lib/crypto/etypes.c with 100% similarity]
src/lib/crypto/krb/etypes.h [moved from src/lib/crypto/etypes.h with 100% similarity]
src/lib/crypto/krb/hash_provider/Makefile.in [moved from src/lib/crypto/hash_provider/Makefile.in with 55% similarity]
src/lib/crypto/krb/hash_provider/deps [moved from src/lib/crypto/enc_provider/deps with 56% similarity]
src/lib/crypto/krb/hash_provider/hash_crc32.c [moved from src/lib/crypto/hash_provider/hash_crc32.c with 100% similarity]
src/lib/crypto/krb/hash_provider/hash_md4.c [moved from src/lib/crypto/hash_provider/hash_md4.c with 100% similarity]
src/lib/crypto/krb/hash_provider/hash_md5.c [moved from src/lib/crypto/hash_provider/hash_md5.c with 100% similarity]
src/lib/crypto/krb/hash_provider/hash_provider.h [moved from src/lib/crypto/hash_provider/hash_provider.h with 100% similarity]
src/lib/crypto/krb/hash_provider/hash_sha1.c [moved from src/lib/crypto/hash_provider/hash_sha1.c with 100% similarity]
src/lib/crypto/krb/keyblocks.c [moved from src/lib/crypto/keyblocks.c with 100% similarity]
src/lib/crypto/krb/keyed_checksum_types.c [moved from src/lib/crypto/keyed_checksum_types.c with 100% similarity]
src/lib/crypto/krb/keyed_cksum.c [moved from src/lib/crypto/keyed_cksum.c with 100% similarity]
src/lib/crypto/krb/keyhash_provider/Makefile.in [new file with mode: 0644]
src/lib/crypto/krb/keyhash_provider/deps [new file with mode: 0644]
src/lib/crypto/krb/keyhash_provider/descbc.c [moved from src/lib/crypto/keyhash_provider/descbc.c with 100% similarity]
src/lib/crypto/krb/keyhash_provider/hmac_md5.c [moved from src/lib/crypto/keyhash_provider/hmac_md5.c with 100% similarity]
src/lib/crypto/krb/keyhash_provider/k5_md4des.c [moved from src/lib/crypto/keyhash_provider/k5_md4des.c with 100% similarity]
src/lib/crypto/krb/keyhash_provider/k5_md5des.c [moved from src/lib/crypto/keyhash_provider/k5_md5des.c with 100% similarity]
src/lib/crypto/krb/keyhash_provider/keyhash_provider.h [moved from src/lib/crypto/keyhash_provider/keyhash_provider.h with 100% similarity]
src/lib/crypto/krb/keyhash_provider/md5_hmac.c [moved from src/lib/crypto/keyhash_provider/md5_hmac.c with 100% similarity]
src/lib/crypto/krb/keylengths.c [moved from src/lib/crypto/keylengths.c with 100% similarity]
src/lib/crypto/krb/make_checksum.c [moved from src/lib/crypto/make_checksum.c with 100% similarity]
src/lib/crypto/krb/make_checksum_iov.c [moved from src/lib/crypto/make_checksum_iov.c with 100% similarity]
src/lib/crypto/krb/make_random_key.c [moved from src/lib/crypto/make_random_key.c with 100% similarity]
src/lib/crypto/krb/mandatory_sumtype.c [moved from src/lib/crypto/mandatory_sumtype.c with 100% similarity]
src/lib/crypto/krb/nfold.c [moved from src/lib/crypto/nfold.c with 100% similarity]
src/lib/crypto/krb/old/Makefile.in [moved from src/lib/crypto/old/Makefile.in with 76% similarity]
src/lib/crypto/krb/old/deps [new file with mode: 0644]
src/lib/crypto/krb/old/des_stringtokey.c [moved from src/lib/crypto/old/des_stringtokey.c with 100% similarity]
src/lib/crypto/krb/old/old.h [moved from src/lib/crypto/old/old.h with 100% similarity]
src/lib/crypto/krb/old/old_decrypt.c [moved from src/lib/crypto/old/old_decrypt.c with 100% similarity]
src/lib/crypto/krb/old/old_encrypt.c [moved from src/lib/crypto/old/old_encrypt.c with 100% similarity]
src/lib/crypto/krb/old_api_glue.c [moved from src/lib/crypto/old_api_glue.c with 100% similarity]
src/lib/crypto/krb/prf.c [moved from src/lib/crypto/prf.c with 100% similarity]
src/lib/crypto/krb/prng.c [moved from src/lib/crypto/prng.c with 100% similarity]
src/lib/crypto/krb/random_to_key.c [moved from src/lib/crypto/random_to_key.c with 100% similarity]
src/lib/crypto/krb/raw/Makefile.in [moved from src/lib/crypto/raw/Makefile.in with 76% similarity]
src/lib/crypto/krb/raw/deps [new file with mode: 0644]
src/lib/crypto/krb/raw/raw.h [moved from src/lib/crypto/raw/raw.h with 100% similarity]
src/lib/crypto/krb/raw/raw_aead.c [moved from src/lib/crypto/raw/raw_aead.c with 100% similarity]
src/lib/crypto/krb/raw/raw_decrypt.c [moved from src/lib/crypto/raw/raw_decrypt.c with 100% similarity]
src/lib/crypto/krb/raw/raw_encrypt.c [moved from src/lib/crypto/raw/raw_encrypt.c with 100% similarity]
src/lib/crypto/krb/state.c [moved from src/lib/crypto/state.c with 100% similarity]
src/lib/crypto/krb/string_to_cksumtype.c [moved from src/lib/crypto/string_to_cksumtype.c with 100% similarity]
src/lib/crypto/krb/string_to_enctype.c [moved from src/lib/crypto/string_to_enctype.c with 100% similarity]
src/lib/crypto/krb/string_to_key.c [moved from src/lib/crypto/string_to_key.c with 100% similarity]
src/lib/crypto/krb/valid_cksumtype.c [moved from src/lib/crypto/valid_cksumtype.c with 100% similarity]
src/lib/crypto/krb/valid_enctype.c [moved from src/lib/crypto/valid_enctype.c with 100% similarity]
src/lib/crypto/krb/verify_checksum.c [moved from src/lib/crypto/verify_checksum.c with 100% similarity]
src/lib/crypto/krb/verify_checksum_iov.c [moved from src/lib/crypto/verify_checksum_iov.c with 100% similarity]
src/lib/crypto/krb/yarrow/ASSUMPTIONS [moved from src/lib/crypto/yarrow/ASSUMPTIONS with 100% similarity]
src/lib/crypto/krb/yarrow/LICENSE [moved from src/lib/crypto/yarrow/LICENSE with 100% similarity]
src/lib/crypto/krb/yarrow/Makefile.in [moved from src/lib/crypto/yarrow/Makefile.in with 58% similarity]
src/lib/crypto/krb/yarrow/README [moved from src/lib/crypto/yarrow/README with 100% similarity]
src/lib/crypto/krb/yarrow/TODO [moved from src/lib/crypto/yarrow/TODO with 100% similarity]
src/lib/crypto/krb/yarrow/deps [new file with mode: 0644]
src/lib/crypto/krb/yarrow/yarrow.c [moved from src/lib/crypto/yarrow/yarrow.c with 100% similarity]
src/lib/crypto/krb/yarrow/yarrow.h [moved from src/lib/crypto/yarrow/yarrow.h with 100% similarity]
src/lib/crypto/krb/yarrow/yarrow.man [moved from src/lib/crypto/yarrow/yarrow.man with 100% similarity]
src/lib/crypto/krb/yarrow/yarrow.pod [moved from src/lib/crypto/yarrow/yarrow.pod with 100% similarity]
src/lib/crypto/krb/yarrow/ycipher.c [moved from src/lib/crypto/yarrow/ycipher.c with 100% similarity]
src/lib/crypto/krb/yarrow/ycipher.h [moved from src/lib/crypto/yarrow/ycipher.h with 100% similarity]
src/lib/crypto/krb/yarrow/yexcep.h [moved from src/lib/crypto/yarrow/yexcep.h with 100% similarity]
src/lib/crypto/krb/yarrow/yhash.h [moved from src/lib/crypto/yarrow/yhash.h with 100% similarity]
src/lib/crypto/krb/yarrow/ylock.h [moved from src/lib/crypto/yarrow/ylock.h with 100% similarity]
src/lib/crypto/krb/yarrow/ystate.h [moved from src/lib/crypto/yarrow/ystate.h with 100% similarity]
src/lib/crypto/krb/yarrow/ytypes.h [moved from src/lib/crypto/yarrow/ytypes.h with 100% similarity]
src/lib/crypto/md4/Makefile.in [deleted file]
src/lib/crypto/md4/deps [deleted file]
src/lib/crypto/md5/Makefile.in [deleted file]
src/lib/crypto/md5/deps [deleted file]
src/lib/crypto/old/deps [deleted file]
src/lib/crypto/raw/deps [deleted file]
src/lib/crypto/sha1/Makefile.in [deleted file]
src/lib/crypto/sha1/deps [deleted file]
src/lib/crypto/yarrow/deps [deleted file]
src/util/collected-client-lib/Makefile.in