In r275732 was introduced new field in struct enc_xform ivsize and all
xform definitions were modified by copying blocksize value into ivsize.
Some encryption algorithms can use different IV size and block size,
and in preparation for adding them ESP implementation needs a small modification.
Also set ivsize = 0 in enc_xform_null and remove special handling for them.