summaryrefslogtreecommitdiff
path: root/sys/crypto/blf.h
AgeCommit message (Collapse)Author
2007-02-21Don't use arbitrary 128 bytes as size of the blf key array if we know exactlyAlexander von Gernler
how much blowfish takes at max, which is 72 bytes. Also define a constant for this in the include file, suggested by ray@. ok pedro@ thib@ tedu@
2002-07-02inital -> initialNathan Binkert
2002-03-14First round of __P removal in sysTodd C. Miller
2001-05-15fix $OpenBSD$ headerTheo de Raadt
2000-06-17cbc modeNiels Provos
2000-02-28move crypto codeTheo de Raadt