Crypto modularity proj: Populate openssl/des dir.
authorZhanna Tsitkov <tsitkova@mit.edu>
Thu, 1 Oct 2009 21:46:57 +0000 (21:46 +0000)
committerZhanna Tsitkov <tsitkova@mit.edu>
Thu, 1 Oct 2009 21:46:57 +0000 (21:46 +0000)
commit97d243197bbb85b50f1376f2138dd9724e203ce1
tree33c6c8a9b80907abb645ef4a28f1f015798243d9
parent5a6591a55067239663a264b3d6ab8d3572e15551
Crypto modularity proj: Populate openssl/des dir.
To avoid breaking the export list some functions (mostly mit_xxx) are left in place with the disabled functionality.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22821 dc483132-0cff-0310-8789-dd5450dbe970
15 files changed:
src/lib/crypto/openssl/des/afsstring2key.c [new file with mode: 0644]
src/lib/crypto/openssl/des/d3_aead.c [new file with mode: 0644]
src/lib/crypto/openssl/des/d3_cbc.c [new file with mode: 0644]
src/lib/crypto/openssl/des/d3_kysched.c [new file with mode: 0644]
src/lib/crypto/openssl/des/des_int.h [new file with mode: 0644]
src/lib/crypto/openssl/des/f_aead.c [new file with mode: 0644]
src/lib/crypto/openssl/des/f_cbc.c [new file with mode: 0644]
src/lib/crypto/openssl/des/f_cksum.c [new file with mode: 0644]
src/lib/crypto/openssl/des/f_parity.c [new file with mode: 0644]
src/lib/crypto/openssl/des/f_sched.c [new file with mode: 0644]
src/lib/crypto/openssl/des/f_tables.c [new file with mode: 0644]
src/lib/crypto/openssl/des/f_tables.h [new file with mode: 0644]
src/lib/crypto/openssl/des/key_sched.c [new file with mode: 0644]
src/lib/crypto/openssl/des/string2key.c [new file with mode: 0644]
src/lib/crypto/openssl/des/weak_key.c [new file with mode: 0644]