libext4, crypto: add the CRC16-IBM implementation to the crypto library.
commit2b5d9668b59972cbe16189c39d66821f9d605af4
authorMaurizio Lombardi <m.lombardi85@gmail.com>
Thu, 30 Apr 2015 21:44:54 +0000 (30 23:44 +0200)
committerMaurizio Lombardi <m.lombardi85@gmail.com>
Thu, 30 Apr 2015 21:44:54 +0000 (30 23:44 +0200)
tree3877f8b114a859fbf19a496dd0b925dc0895e4b2
parentbf1733d347ebc9b897d0138cbe49a119c233033a
libext4, crypto: add the CRC16-IBM implementation to the crypto library.
uspace/lib/crypto/Makefile
uspace/lib/crypto/crc16_ibm.c [new file with mode: 0644]
uspace/lib/crypto/crypto.h
uspace/lib/ext4/Makefile
uspace/lib/ext4/libext4.h
uspace/lib/ext4/libext4_crc.c [deleted file]
uspace/lib/ext4/libext4_crc.h [deleted file]
uspace/lib/ext4/libext4_filesystem.c
uspace/srv/fs/ext4fs/Makefile