GCM_IV_SIZE
memcpy(iv, req->iv, GCM_IV_SIZE);
put_unaligned_be32(2, iv + GCM_IV_SIZE);
.ivsize = GCM_IV_SIZE,
memcpy(iv, riv, GCM_IV_SIZE);