summaryrefslogtreecommitdiff
path: root/src/lib/libc
diff options
context:
space:
mode:
authorjsing <>2025-07-27 13:26:24 +0000
committerjsing <>2025-07-27 13:26:24 +0000
commit74f6d5e90112cc06125b3c0d88b91c6448ef5d90 (patch)
treeb7ee90b2d082264c7abf0b2f61589f17d8cce991 /src/lib/libc
parent0b679ca6cc6cbe197008159a735cdb15b13d3f8e (diff)
downloadopenbsd-74f6d5e90112cc06125b3c0d88b91c6448ef5d90.tar.gz
openbsd-74f6d5e90112cc06125b3c0d88b91c6448ef5d90.tar.bz2
openbsd-74f6d5e90112cc06125b3c0d88b91c6448ef5d90.zip
Rework DES encryption/decryption loops.
Use a slightly unrolled loop, which gets us half way between DES_UNROLL and no DES_UNROLL. While we're not terribly concerned by DES performance, this gets us a small gain on aarch64 and a small loss on arm. But above all, we end up with simpler code. ok tb@
Diffstat (limited to 'src/lib/libc')
0 files changed, 0 insertions, 0 deletions