summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/cs_entry.c
Commit message (Collapse)AuthorAgeFilesLines
* * des_int.h: the cs_entry routines in cbc_cksum.c are now staticRichard Basch1996-05-151-37/+0
| | | | | | | | | | | | * Makefile.in: removed cs_entry.c * cbc_cksum.c: caller is responsible for allocating cksum->contents and indicate the allocated amount in cksum->length. the cs_entry routines are now static and the cs_entry structure is now in this file to enforce proper use. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8023 dc483132-0cff-0310-8789-dd5450dbe970
* * f_cksum.c: Change code to match prototypesEzra Peisach1995-08-261-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * f_cbc.c, f_ecb, f_parity, f_pcbc: Change des_cblock to mit_des_cblock and des_key_schedule to mit_des_key_schedule. Also include des_int.h. * destest.c: Change des_cblock to mit_des_cblock and add local prototypes. * cs_entry.c: Remove prototypes for mit_des_cbc_cksum and mit_des_cbc_cksum. Now in des_int.h. * cbc_cksum.c, string2key.c: Remove casts in call to mit_des_cbc_cksum * des_int.h: Add prototype for mit_des_cbc_verf_cksum. Change return code for mit_des_cbc_cksum to match source. * des.h: Remove unused structures and defines. Short end - fix des_int.h to reflect reality (i.e. source code) and then fix rest of code to agree. Also removed the use of old structures such as des_cblock and des_key_schedule. Instead the the newer mit_des_cblock and mit_des_schedule are used. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6598 dc483132-0cff-0310-8789-dd5450dbe970
* Add checksum verifier procedure/dispatchPaul Park1995-07-071-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6251 dc483132-0cff-0310-8789-dd5450dbe970
* Windows global stuff:Keith Vetter1995-04-141-1/+1
| | | | | | | | | o removed INTERFACE from non-api functions o add FAR to pointers visible to the world o made the tests for __STDC__ also check for _WINDOWS o creates GSSAPI.DLL & GSSAPI.LIB as per spec. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5354 dc483132-0cff-0310-8789-dd5450dbe970
* Made the CRYPTO directories work on the PC by adding INTERFACE to all theKeith Vetter1995-02-211-2/+3
| | | | | | functions and prototypes, and updating the Makefile.in. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4956 dc483132-0cff-0310-8789-dd5450dbe970
* * cbc_cksum.c, cs_entry.c, des.h, destest.c, f_sched.c,John Gilmore1995-01-261-6/+2
| | | | | | | | fin_rndkey.c, finish_key.c, init_rkey.c, key_sched.c, new_rn_key.c, process_ky.c, random_key.c, string2key.c, verify.c, weak_key.c: Replace <.../...> includes with "..."s. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4848 dc483132-0cff-0310-8789-dd5450dbe970
* Remove declarations of the cryptosystem specific structures toTheodore Tso1994-10-141-46/+0
| | | | | | | raw-des.c and des-crc.c in the parent directory. They're strictly speaking not DES specific. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4506 dc483132-0cff-0310-8789-dd5450dbe970
* Add structure magic numbersTheodore Tso1994-10-041-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4438 dc483132-0cff-0310-8789-dd5450dbe970
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4191 dc483132-0cff-0310-8789-dd5450dbe970
* * cs_entry.c: oops typo in that last oneTom Yu1994-06-231-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3905 dc483132-0cff-0310-8789-dd5450dbe970
* * grrr.... ETYPE_DES_CBC_CRC really should be ETYPE_RAW_DES_CBC,Tom Yu1994-06-231-1/+1
| | | | | | | | although something like ETYPE_DES_CBC_RAW or ETYPE_DES_CBC_NONE would probably work better (following the convention ETYPE_{system}_{mode}_{integrity}) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3902 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed encryption type in the raw DES structureTheodore Tso1994-06-211-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3886 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed crypto_system table entries; added raw DES cryptosystemTheodore Tso1994-01-131-2/+24
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3316 dc483132-0cff-0310-8789-dd5450dbe970
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
| | | | | | to "may require..." git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2638 dc483132-0cff-0310-8789-dd5450dbe970
* Update copyright noticeJohn Kohl1991-06-061-2/+16
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2156 dc483132-0cff-0310-8789-dd5450dbe970
* updating to use confounder as per RFCJohn Kohl1991-06-051-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2153 dc483132-0cff-0310-8789-dd5450dbe970
* fix copyrights; add RCS strings to those needing themJohn Kohl1991-03-141-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1898 dc483132-0cff-0310-8789-dd5450dbe970
* the DES_CBC checksum is collision proof and keyedJohn Kohl1991-01-171-2/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1637 dc483132-0cff-0310-8789-dd5450dbe970
* use internal prototypesJohn Kohl1990-10-191-24/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1281 dc483132-0cff-0310-8789-dd5450dbe970
* change const krb5_pointer to krb5_const_pointerJohn Kohl1990-10-191-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1279 dc483132-0cff-0310-8789-dd5450dbe970
* fix RCSID'sJohn Kohl1990-09-121-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1130 dc483132-0cff-0310-8789-dd5450dbe970
* *** empty log message ***edg1990-05-211-1/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@894 dc483132-0cff-0310-8789-dd5450dbe970
* name/prototype cleanupJohn Kohl1990-05-171-5/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@882 dc483132-0cff-0310-8789-dd5450dbe970
* forgot to change entry in cbc_cksumtable_entryJohn Kohl1990-05-111-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@855 dc483132-0cff-0310-8789-dd5450dbe970
* change names to mit_des_*John Kohl1990-05-101-41/+39
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@832 dc483132-0cff-0310-8789-dd5450dbe970
* *** empty log message ***edg1990-05-101-0/+79
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@822 dc483132-0cff-0310-8789-dd5450dbe970