summaryrefslogtreecommitdiff
path: root/cipher/cipher-ocb.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-17Fix typos found using codespellJustus Winter1-1/+1
2015-08-10Optimize OCB offset calculationJussi Kivilinna1-3/+2
2015-07-27Reduce amount of duplicated code in OCB bulk implementationsJussi Kivilinna1-10/+22
2015-04-18Add OCB bulk crypt/auth functions for AES/AES-NIJussi Kivilinna1-29/+55
2015-03-16Indentation fix.Werner Koch1-2/+3
2015-02-28Fix in-place encryption for OCB modeJussi Kivilinna1-3/+28
2015-01-16Add OCB cipher modeWerner Koch1-0/+495