When I do a benchmark test
modprobe tcrypt sec=2 mode=200
I see that different encryption block sizes are used
test 0 (128 bit key, 16 byte blocks): 4460604 operations in 2 seconds (71369664 bytes)
test 1 (128 bit key, 64 byte blocks): 1747179 operations in 2 seconds (111819456 bytes)
test 2 (128 bit key, 256 byte blocks): 517747 operations in 2 seconds (132543232 bytes)
test 3 (128 bit key, 1024 byte blocks): 135801 operations in 2 seconds (139060224 bytes)
test 4 (128 bit key, 8192 byte blocks): 17161 operations in 2 seconds (140582912 bytes)
Question
I use 4k block size on my harddisk.
When creating a LUKS partition, is it then possible to set the encryption block size?
If not, which encryption block size is then used?