Lines Matching refs:iv_offset
543 int rc, iv_offset = 0;
549 iv_offset = 1;
553 iv_offset = 1;
557 memcpy(&rec->iv_data[iv_offset], tls_ctx->tx.iv,
560 tls_xor_iv_with_seq(prot, rec->iv_data + iv_offset,
1479 int iv_offset = 0;
1532 iv_offset = 1;
1536 iv_offset = 1;
1543 memcpy(&dctx->iv[iv_offset], tls_ctx->rx.iv,
1547 &dctx->iv[iv_offset] + prot->salt_size,
1551 memcpy(&dctx->iv[iv_offset], tls_ctx->rx.iv, prot->salt_size);
1553 tls_xor_iv_with_seq(prot, &dctx->iv[iv_offset], tls_ctx->rx.rec_seq);