fix inconsistency in utilization of block_size in openssl cipher impl (#3131)

* fix inconsistency in utilization of block_size in openssl cipher impl

Previously we over-allocated our buffers because we treated a bit size
as bytes.

* rename property
1 file changed