summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/des_fcrypt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make fcrypt_body() static and remove prototype.jsing2024-08-311-2/+2
|
* Unifdef DES_PTR, DES_RISC1 and DES_RISC2.jsing2024-08-311-4/+1
| | | | | | | These are all go fast knobs that convolute the code and can be dangerous. Lets presume that we have a modern and somewhat capable C compiler instead. ok tb@
* Unifdef OPENBSD_DES_ASM.jsing2024-08-311-5/+1
| | | | | | There are no assembly implementations now. ok tb@
* Combine DES code into a smaller set of files.jsing2024-08-311-0/+261
Discussed with tb@