summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/enc_provider/arcfour.c
Commit message (Expand)AuthorAgeFilesLines
* rename arcfour.c to rc4.cKen Raeburn2005-07-021-216/+0
* * arcfour.c (arcfour_weakkey1, arcfour_weakkey2, arcfour_weakkeys): Now constKen Raeburn2003-12-201-7/+8
* Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2003-07-221-27/+8
* Use const instead of krb5_constKen Raeburn2002-02-231-6/+6
* * Add krb5_c_init_state and krb5_c_free_state functionsSam Hartman2001-11-061-3/+33
* Handle inlines in ansi-compatible mannerSam Hartman2001-10-231-8/+19
* * Tie in Microsoft rc4 cipher and make it buildSam Hartman2001-10-231-0/+193