aboutsummaryrefslogtreecommitdiff
path: root/engines/e_afalg.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-23Replace accidentally used C99 macro __func__ with __FILE__/__LINE__Bernd Edlinger1-34/+40
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-07Make all private functions in e_afalg.c staticRichard Levitte1-5/+5
2017-12-08putting the missing staticJitendraLulla1-1/+1
2017-12-08make get_cipher_handle staticJitendraLulla1-1/+1
2017-12-08fix --strict-warningsJitendraLulla1-1/+2
2017-12-08extending afalg with aes-cbc-192/256, afalgtest.c also updated accordingly. c...JitendraLulla1-34/+69
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-1/+1
2017-10-31afalg: Fix kernel version checkBaptiste Jonglez1-1/+1
2017-10-31afalg: Use eventfd2 syscall instead of eventfdBaptiste Jonglez1-1/+1
2017-06-07make error tables const and separate header fileRich Salz1-3/+1
2017-05-19Move engines/afalg to enginesRich Salz1-0/+830