cipher: If in is null, skip adding it to iovec

Be pedantic and skip adding 'in' to the iovec in operate_cipher() if the
in variable is NULL.  It is up to callers of operate_cipher to enforce
how 'in' is used, in particular l_aead_cipher_encrypt already does so.
1 file changed